From ac49ba37bf207be70720ebd965334bb4cd3a80b5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 16 Aug 2020 17:06:30 -0400 Subject: Fixed some problems --- components/Navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/Navbar.vue b/components/Navbar.vue index 8c69807..2feda4e 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -44,8 +44,8 @@ export default { drawer: false, items: [ { title: 'Home', link: '/', icon: 'home' }, - { title: 'Blog', link: 'blog', icon: 'blog' }, - { title: 'Projects', link: 'projects', icon: 'projects' } + { title: 'Blog', link: '/blog', icon: 'blog' }, + { title: 'Projects', link: '/projects', icon: 'projects' } ] } } -- cgit v1.2.3