We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909c231 commit dc2cb99Copy full SHA for dc2cb99
web/layouts/default.vue
@@ -1,15 +1,5 @@
1
<template>
2
<v-app>
3
- <v-btn
4
- v-if="$vuetify.breakpoint.lgAndUp"
5
- class="feedback-btn"
6
- href="https://httpsms.featurebase.app"
7
- color="#82a865"
8
- large
9
- >
10
- <v-icon left>{{ mdiBullhorn }}</v-icon>
11
- Feedback
12
- </v-btn>
13
<v-divider v-if="$store.getters.isLocal" class="py-1 warning"></v-divider>
14
<v-navigation-drawer
15
v-if="$vuetify.breakpoint.lgAndUp && hasDrawer"
0 commit comments