diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-17 22:37:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-17 22:37:15 -0500 |
| commit | f583b5b554de196f96c9fc569a2326b3a95cdc08 (patch) | |
| tree | 800ce8755c1b4bc26cc2a17e433d9aa8fa982615 | |
| parent | 44501448a2295166a61c4efcfc5b670879092bbf (diff) | |
| download | personal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.tar.gz personal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.tar.bz2 personal-website-f583b5b554de196f96c9fc569a2326b3a95cdc08.zip | |
Added downloads navbar
| -rw-r--r-- | components/Navbar.vue | 1 |
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' } ] |
