diff --git a/src/app.html b/src/app.html index 065ece0..66ebb32 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@ - + %sveltekit.head% diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fc68000..a83c0a9 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -21,10 +21,10 @@ } const menuItems: MenuItem[] = [ - { href: '', name: 'home', iconUri: '/icons/home.png' }, - { href: 'entries', name: 'entries', iconUri: '/icons/entries.png' }, - { href: 'guestbook', name: 'guestbook', iconUri: '/icons/guestbook.png' }, - { href: 'about', name: 'about', iconUri: '/icons/about.png' } + { href: '', name: 'home', iconUri: '/icons/home.webp' }, + { href: 'entries', name: 'entries', iconUri: '/icons/entries.webp' }, + { href: 'guestbook', name: 'guestbook', iconUri: '/icons/guestbook.webp' }, + { href: 'about', name: 'about', iconUri: '/icons/about.webp' } ]; $: routeComponents = data.route.split('/'); @@ -49,7 +49,7 @@ {title} - +
{#if doAddPostItem && menuIdx == 1} - + {/if} {/each}