diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Navbar.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue index 2feda4e..8af3a32 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -45,7 +45,8 @@ export default { items: [ { title: 'Home', link: '/', icon: 'home' }, { title: 'Blog', link: '/blog', icon: 'blog' }, - { title: 'Projects', link: '/projects', icon: 'projects' } + { title: 'Projects', link: '/projects', icon: 'projects' }, + { title: 'Videos', link: '/videos', icon: 'videos' } ] } } |
