diff options
| -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' } ] |
