fix: match public routes with the public routes on prod

This commit is contained in:
Spectralitree
2021-12-12 23:09:28 +01:00
parent 2579875c6a
commit 6197bf03cc
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ import { get } from 'svelte/store';
<NavLink href="/templates">Templates</NavLink>
</NavItem>
<NavItem>
<NavLink href="/public">Public</NavLink>
<NavLink href="/profile">Public</NavLink>
</NavItem>
</Nav>
</Collapse>