mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
fix: match public routes with the public routes on prod
This commit is contained in:
parent
2579875c6a
commit
6197bf03cc
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue