diff --git a/src/lib/components/DashboardMockup.svelte b/src/lib/components/DashboardMockup.svelte index 125095a..c6c8964 100644 --- a/src/lib/components/DashboardMockup.svelte +++ b/src/lib/components/DashboardMockup.svelte @@ -62,7 +62,7 @@ } -
+
+ import Logo from '$lib/components/ui/Logo.svelte'; + const yr = new Date().getFullYear(); const navLinks = [ - { href: '/dashboard', label: 'Дашборд' }, - { href: '/blog', label: 'Блог' }, - { href: '/about', label: 'О проекте' } + { id: 0, href: '/dashboard', label: 'Дашборд' }, + { id: 1, href: '/blog', label: 'Блог' }, + { id: 2, href: '/about', label: 'О проекте' } ];