File tree 1 file changed +9
-5
lines changed
components/dashboard/src/user-settings
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default function Preferences() {
91
91
</ div >
92
92
</ div >
93
93
94
- < h3 className = "mt-12" > Inactivity Timeout </ h3 >
94
+ < h3 className = "mt-12" > Timeouts </ h3 >
95
95
< p className = "text-base text-gray-500 dark:text-gray-400" >
96
96
Workspaces will stop after a period of inactivity without any user input.
97
97
</ p >
@@ -100,14 +100,17 @@ export default function Preferences() {
100
100
101
101
{ ! allowConfigureWorkspaceTimeout && (
102
102
< Alert type = "message" >
103
- Upgrade organization < Link to = "/billing" > billing</ Link > plan to use a custom inactivity
104
- timeout.
103
+ Upgrade organization{ " " }
104
+ < Link to = "/billing" className = "gp-link" >
105
+ billing
106
+ </ Link > { " " }
107
+ plan to use a custom inactivity timeout.
105
108
</ Alert >
106
109
) }
107
110
108
111
{ allowConfigureWorkspaceTimeout && (
109
112
< >
110
- < span className = "flex mt-2 " >
113
+ < span className = "flex" >
111
114
< input
112
115
type = "text"
113
116
className = "w-96 h-9"
@@ -126,7 +129,8 @@ export default function Preferences() {
126
129
</ span >
127
130
< div className = "mt-1" >
128
131
< p className = "text-gray-500 dark:text-gray-400" >
129
- Use minutes or hours, like < strong > 30m</ strong > or < strong > 2h</ strong > .
132
+ Use minutes or hours, like < span className = "font-semibold" > 30m</ span > or{ " " }
133
+ < span className = "font-semibold" > 2h</ span > .
130
134
</ p >
131
135
</ div >
132
136
</ >
You can’t perform that action at this time.
0 commit comments