add bookmarks to mobile nav bar

This commit is contained in:
2023-12-12 16:42:22 +01:00
parent 69a32e798c
commit 57822a881d

View File

@@ -40,6 +40,11 @@ const navs = [
to: '/guestbook',
icon: 'i-material-symbols-book-2-outline',
},
{
label: 'Bookmarks',
to: '/bookmarks',
icon: 'i-material-symbols-bookmark-add-outline-rounded',
},
{
label: 'Contact',
to: '/contact',