From 756c6ee25f9b112e069570610c8f0631689646b6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 17:58:27 -0400 Subject: Added video section --- components/Navbar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components') 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' } ] } } -- cgit v1.2.3