aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-26 23:19:28 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-26 23:19:28 -0400
commit3a3a2e958dd4cd19d3f7da61aa61f26f3574a905 (patch)
treeb2568eaf8d301bace2c47f67670cd8f2006b478b /components
parent6c999c3c88e9f894fc9746e01bf22be24f351d9b (diff)
downloadpersonal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.tar.gz
personal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.tar.bz2
personal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.zip
Moved profile links to index and upgraded animate.css
Diffstat (limited to 'components')
-rw-r--r--components/Navbar.vue13
1 files changed, 0 insertions, 13 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue
index 6d65501..49d9629 100644
--- a/components/Navbar.vue
+++ b/components/Navbar.vue
@@ -12,19 +12,6 @@
<v-btn to="/projects" text>
Projects
</v-btn>
- <v-spacer/>
- <v-btn href="https://github.com/Alee14" icon>
- <v-icon>mdi-github</v-icon>
- </v-btn>
- <v-btn href="https://twitter.com/Alee14498" icon>
- <v-icon>mdi-twitter</v-icon>
- </v-btn>
- <v-btn href="https://www.youtube.com/channel/UCNRn4YDPCCWSEl3CT7eWorA" icon>
- <v-icon>mdi-youtube</v-icon>
- </v-btn>
- <v-btn href="https://discord.gg/EFhRDqG" icon>
- <v-icon>mdi-discord</v-icon>
- </v-btn>
</v-toolbar>
</v-card>
</template>