aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-27 17:58:27 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-27 17:58:27 -0400
commit756c6ee25f9b112e069570610c8f0631689646b6 (patch)
tree54dcd4be9420f079f0197ad5b7fc4852c1f81207 /components
parent03097455a0584e46fb4c4c36e5b0bfce7e028be3 (diff)
downloadpersonal-website-756c6ee25f9b112e069570610c8f0631689646b6.tar.gz
personal-website-756c6ee25f9b112e069570610c8f0631689646b6.tar.bz2
personal-website-756c6ee25f9b112e069570610c8f0631689646b6.zip
Added video section
Diffstat (limited to 'components')
-rw-r--r--components/Navbar.vue3
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' }
]
}
}