diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Navbar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Navbar.vue b/components/Navbar.vue index 8af3a32..f52e902 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -6,7 +6,7 @@ <!-- Mobile Only --> <span class="hidden-sm-and-up"> - <v-btn @click.stop="drawer = !drawer"><v-icon>mdi-menu</v-icon></v-btn> + <v-btn @click.stop="drawer = !drawer" icon><v-icon>mdi-menu</v-icon></v-btn> </span> <!-- Desktop + Tablets Only --> <v-toolbar-items class="hidden-xs-only"> |
