From f583b5b554de196f96c9fc569a2326b3a95cdc08 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 17 Dec 2020 22:37:15 -0500 Subject: Added downloads navbar --- components/Navbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Navbar.vue b/components/Navbar.vue index 2b9976e..1c2d493 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -55,6 +55,7 @@ export default { { title: 'HomeText', link: '/' }, { title: 'BlogText', link: '/blog' }, { title: 'ProjectsText', link: '/projects' }, + { title: 'DownloadsText', link: '/downloads' }, { title: 'VideosText', link: '/videos' } // { title: 'AleeLogoText', link: '/alee-logo' } ] -- cgit v1.2.3