From 3e486f7be41171cc9be8339c641c2f35fe0df8d3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 16 Aug 2020 13:26:35 -0400 Subject: Made navbar responsive --- components/Navbar.vue | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/Navbar.vue b/components/Navbar.vue index fd559db..6795752 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -3,7 +3,12 @@ Andrew Lee - + + + Menu + + + Home @@ -15,6 +20,20 @@ + + + + + + mdi-{{ item.icon }} + + + + {{ item.title }} + + + + @@ -26,8 +45,8 @@ export default { drawer: false, items: [ { title: 'Home', link: '/', icon: 'home' }, - { title: 'Blog', link: 'store', icon: 'blog' }, - { title: 'Projects', link: 'cart', icon: 'projects' } + { title: 'Blog', link: 'blog', icon: 'blog' }, + { title: 'Projects', link: 'projects', icon: 'projects' } ] } } -- cgit v1.2.3