From 57822a881daff5d7483804b3faf6b36409e3a1bb Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 12 Dec 2023 16:42:22 +0100 Subject: [PATCH] add bookmarks to mobile nav bar --- src/components/header/MobileNavBar.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/header/MobileNavBar.vue b/src/components/header/MobileNavBar.vue index 905787a..ad16531 100644 --- a/src/components/header/MobileNavBar.vue +++ b/src/components/header/MobileNavBar.vue @@ -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',