fix: navbar dashboard link

This commit is contained in:
Sonny
2025-08-06 22:52:38 +02:00
parent 309cf2c9d2
commit a5ddc9eb55
3 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ export function FloatingNavbar({ width }: FloatingNavbarProps) {
const links = (
<>
<InternalLink href="/dashboard" style={{ fontSize: rem(16) }}>
<InternalLink route="dashboard" style={{ fontSize: rem(16) }}>
Dashboard
</InternalLink>
<ExternalLinkUnstyled