From 3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 27 Feb 2021 10:04:32 -0500 Subject: Removed blog; Removed video temp; New logo; 2021 --- components/Navbar.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'components') diff --git a/components/Navbar.vue b/components/Navbar.vue index 1c2d493..f297774 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -16,9 +16,9 @@ {{ locale.name }} - + @@ -53,10 +53,9 @@ export default { drawer: false, items: [ { title: 'HomeText', link: '/' }, - { title: 'BlogText', link: '/blog' }, { title: 'ProjectsText', link: '/projects' }, - { title: 'DownloadsText', link: '/downloads' }, - { title: 'VideosText', link: '/videos' } + { title: 'DownloadsText', link: '/downloads' } + // { title: 'VideosText', link: '/videos' } // { title: 'AleeLogoText', link: '/alee-logo' } ] } -- cgit v1.2.3