feat: expose log publicly

This commit is contained in:
dusk 2024-10-30 19:15:03 +03:00
parent 9566e8627c
commit 3d951a673a
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -14,6 +14,7 @@
const menuItems: MenuItem[] = [ const menuItems: MenuItem[] = [
{ href: '', name: 'home', iconUri: '/icons/home.png' }, { href: '', name: 'home', iconUri: '/icons/home.png' },
{ href: 'entries', name: 'entries', iconUri: '/icons/entries.png' }, { href: 'entries', name: 'entries', iconUri: '/icons/entries.png' },
{ href: 'log', name: 'log', iconUri: '/icons/entry.png' },
{ href: 'guestbook', name: 'guestbook', iconUri: '/icons/guestbook.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' }
]; ];