File tree 1 file changed +5
-3
lines changed
site/src/pages/WorkspacesPage
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ export const WorkspacesPageView: React.FC<WorkspacesPageViewProps> = (props) =>
40
40
< Stack spacing = { 4 } >
41
41
< Margins >
42
42
< div className = { styles . actions } >
43
- < Button startIcon = { < AddCircleOutline /> } > { Language . createButton } </ Button >
43
+ < Link component = { RouterLink } to = "/templates" >
44
+ < Button startIcon = { < AddCircleOutline /> } > { Language . createButton } </ Button >
45
+ </ Link >
44
46
</ div >
45
47
< Table >
46
48
< TableHead >
@@ -58,7 +60,7 @@ export const WorkspacesPageView: React.FC<WorkspacesPageViewProps> = (props) =>
58
60
< TableCell colSpan = { 999 } >
59
61
< div className = { styles . welcome } >
60
62
< span >
61
- < Link component = { RouterLink } to = "/workspaces/new " >
63
+ < Link component = { RouterLink } to = "/templates " >
62
64
Create a workspace
63
65
</ Link >
64
66
{ Language . emptyView }
@@ -183,7 +185,7 @@ const useStyles = makeStyles((theme) => ({
183
185
display : "flex" ,
184
186
height : theme . spacing ( 6 ) ,
185
187
186
- "& button " : {
188
+ "& > * " : {
187
189
marginLeft : "auto" ,
188
190
} ,
189
191
} ,
You can’t perform that action at this time.
0 commit comments