homepage and logo
This commit is contained in:
parent
c9d982669a
commit
ef6dadb148
12 changed files with 359 additions and 242 deletions
|
@ -42,11 +42,6 @@
|
|||
];
|
||||
|
||||
const rightNavItems: NavItem[] = [
|
||||
{
|
||||
title: 'Repository',
|
||||
href: 'https://github.com/oseughu/svelte-starter-kit',
|
||||
icon: Folder,
|
||||
},
|
||||
{
|
||||
title: 'Documentation',
|
||||
href: 'https://laravel.com/docs/starter-kits',
|
||||
|
@ -101,9 +96,7 @@
|
|||
</Sheet>
|
||||
</div>
|
||||
|
||||
<Link href={route('dashboard')} class="flex items-center gap-x-2">
|
||||
<AppLogo />
|
||||
</Link>
|
||||
<AppLogo />
|
||||
|
||||
<!-- Desktop Menu -->
|
||||
<div class="hidden h-full lg:flex lg:flex-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue