aboutsummaryrefslogtreecommitdiff
path: root/components/Navbar.vue
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-12-17 22:37:15 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-12-17 22:37:15 -0500
commitf583b5b554de196f96c9fc569a2326b3a95cdc08 (patch)
tree800ce8755c1b4bc26cc2a17e433d9aa8fa982615 /components/Navbar.vue
parent44501448a2295166a61c4efcfc5b670879092bbf (diff)
downloadpersonal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.tar.gz
personal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.tar.bz2
personal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.zip
Added downloads navbar
Diffstat (limited to 'components/Navbar.vue')
-rw-r--r--components/Navbar.vue1
1 files changed, 1 insertions, 0 deletions
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' }
]