aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-16 17:06:30 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-16 17:06:30 -0400
commitac49ba37bf207be70720ebd965334bb4cd3a80b5 (patch)
tree19497b8c89406aad09b5298de78b40d1b0b32acc /components
parente48038f7fcfa09f3c72b8cd5714949f4054aa3a8 (diff)
downloadpersonal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.tar.gz
personal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.tar.bz2
personal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.zip
Fixed some problems
Diffstat (limited to 'components')
-rw-r--r--components/Navbar.vue4
1 files changed, 2 insertions, 2 deletions
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' }
]
}
}