diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d4d9acd..85a181d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -15,7 +15,7 @@ { 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: 'about', name: 'about', iconUri: '/icons/about.png' } ]; const routeComponents = data.route.split('/'); @@ -43,10 +43,10 @@ - {title} + {title} - - + + @@ -63,9 +63,36 @@ " /> -
+ + +
+ +