Skip to content
Snippets Groups Projects
Commit cea876ed authored by Henrik Askjer's avatar Henrik Askjer
Browse files

menu text on desktop

parent a113dd9a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
:close-on-content-click="false" transition="dialog-top-transition">
<template v-slot:activator="{ on, attrs }">
<v-btn text v-bind="attrs" v-on="on">
<span v-if="$vuetify.breakpoint.mobile">{{$t('menu.title')}}</span><v-icon :right="$vuetify.breakpoint.mobile">menu</v-icon></v-btn>
<span>{{$t('menu.title')}}</span><v-icon :right="$vuetify.breakpoint.mobile">menu</v-icon></v-btn>
</template>
<Menu @close="menuDialog=false"/>
</v-dialog>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment