diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 15:21:08 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 15:21:08 -0400 |
| commit | cf98123bdd652c36fbd80984c7270f28954ab79c (patch) | |
| tree | 35948ee7736e735e6603d0302b87119984c8ab33 /components | |
| parent | 549c44002f8b30580fe045dbb7d5affcf2146bda (diff) | |
| download | personal-website-cf98123bdd652c36fbd80984c7270f28954ab79c.tar.gz personal-website-cf98123bdd652c36fbd80984c7270f28954ab79c.tar.bz2 personal-website-cf98123bdd652c36fbd80984c7270f28954ab79c.zip | |
Added a communties section, new page, added games
Diffstat (limited to 'components')
| -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 31eb39a..2b9976e 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -56,6 +56,7 @@ export default { { title: 'BlogText', link: '/blog' }, { title: 'ProjectsText', link: '/projects' }, { title: 'VideosText', link: '/videos' } + // { title: 'AleeLogoText', link: '/alee-logo' } ] } }, |
