Skip to content

Commit 46da59a

Browse files
authored
fix: use correct link in create from template button (coder#2253)
1 parent f562b74 commit 46da59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({ loading, works
214214
message={Language.emptyCreateWorkspaceMessage}
215215
description={Language.emptyCreateWorkspaceDescription}
216216
cta={
217-
<Link underline="none" component={RouterLink} to="/workspaces/new">
217+
<Link underline="none" component={RouterLink} to="/templates">
218218
<Button startIcon={<AddCircleOutline />}>{Language.createFromTemplateButton}</Button>
219219
</Link>
220220
}

0 commit comments

Comments
 (0)