diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-16 17:06:30 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-16 17:06:30 -0400 |
| commit | ac49ba37bf207be70720ebd965334bb4cd3a80b5 (patch) | |
| tree | 19497b8c89406aad09b5298de78b40d1b0b32acc /components/Navbar.vue | |
| parent | e48038f7fcfa09f3c72b8cd5714949f4054aa3a8 (diff) | |
| download | personal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.tar.gz personal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.tar.bz2 personal-website-ac49ba37bf207be70720ebd965334bb4cd3a80b5.zip | |
Fixed some problems
Diffstat (limited to 'components/Navbar.vue')
| -rw-r--r-- | components/Navbar.vue | 4 |
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' } ] } } |
