Neuaufbau des Repositories

This commit is contained in:
2026-04-13 14:01:19 +02:00
parent 4a7638d5e9
commit 35b5f39843
14 changed files with 494 additions and 13 deletions
+2 -3
View File
@@ -35,7 +35,6 @@ import UserMenuContent from '@/components/UserMenuContent.vue';
import { useCurrentUrl } from '@/composables/useCurrentUrl';
import { getInitials } from '@/composables/useInitials';
import { toUrl } from '@/lib/utils';
import { dashboard } from '@/routes';
import type { BreadcrumbItem, NavItem } from '@/types';
type Props = {
@@ -56,7 +55,7 @@ const activeItemStyles =
const mainNavItems: NavItem[] = [
{
title: 'Dashboard',
href: dashboard(),
href: '/dashboard',
icon: LayoutGrid,
},
];
@@ -146,7 +145,7 @@ const rightNavItems: NavItem[] = [
</Sheet>
</div>
<Link :href="dashboard()" class="flex items-center gap-x-2">
<Link href="/dashboard" class="flex items-center gap-x-2">
<AppLogo />
</Link>