Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46da59a

Browse files
authored
fix: use correct link in create from template button (#2253)
1 parentf562b74 commit46da59a

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-
<Linkunderline="none"component={RouterLink}to="/workspaces/new">
217+
<Linkunderline="none"component={RouterLink}to="/templates">
218218
<ButtonstartIcon={<AddCircleOutline/>}>{Language.createFromTemplateButton}</Button>
219219
</Link>
220220
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp