Skip to content

Commit 25634d8

Browse files
author
Nico Sammito
authored
Merge pull request #89 from code0-tech/feat/#78
Create new project page go back link is broken
2 parents ce01bd8 + b2968ae commit 25634d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/ce/src/namespace/pages/NamespaceProjectsCreatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const NamespaceProjectsCreatePage: React.FC = () => {
8787
{...inputs.getInputProps("description")}/>
8888
<Spacing spacing={"xl"}/>
8989
<Flex style={{gap: "0.35rem"}} justify={"space-between"}>
90-
<Link href={"/public"}>
90+
<Link href={`/namespace/${namespaceIndex}/projects`}>
9191
<Button color={"primary"}>
9292
Go back to projects
9393
</Button>

0 commit comments

Comments
 (0)