mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: use correct link in create from template button (#2253)
This commit is contained in:
@@ -214,7 +214,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({ loading, works
|
||||
message={Language.emptyCreateWorkspaceMessage}
|
||||
description={Language.emptyCreateWorkspaceDescription}
|
||||
cta={
|
||||
<Link underline="none" component={RouterLink} to="/workspaces/new">
|
||||
<Link underline="none" component={RouterLink} to="/templates">
|
||||
<Button startIcon={<AddCircleOutline />}>{Language.createFromTemplateButton}</Button>
|
||||
</Link>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user