diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
| commit | 3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 (patch) | |
| tree | 1fcb6d2b7abba040d8b178cb6d86cd60f9051a6e /components | |
| parent | fcb807c3b6357ebef82a16ec10085a51278296b0 (diff) | |
| download | personal-website-2020-rewrite.tar.gz personal-website-2020-rewrite.tar.bz2 personal-website-2020-rewrite.zip | |
Removed blog; Removed video temp; New logo; 20212020-rewrite
Diffstat (limited to 'components')
| -rw-r--r-- | components/Navbar.vue | 9 |
1 files changed, 4 insertions, 5 deletions
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 @@ <v-btn v-for="locale in availableLocales" :key="locale.code" :to="switchLocalePath(locale.code)" text>{{ locale.name }}</v-btn> </v-toolbar-items> </v-app-bar> - <v-alert type="info" dismissible> + <!--<v-alert type="info" dismissible> Hey there! This is just a temporary message saying that the french option is in beta! If you see some problems with my french, be sure to make a <a href="https://github.com/Alee14/personal-website" target="_blank">pull request or point it out on my issues page</a>! - </v-alert> + </v-alert> --> <!-- Mobile Only --> <v-navigation-drawer v-model="drawer" absolute temporary left> @@ -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' } ] } |
