diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Navbar.vue | 13 |
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> |
