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 d39a665 commit 52d8b59Copy full SHA for 52d8b59
src/components/Helper/Helper.vue
@@ -54,7 +54,8 @@
54
<v-card-actions>
55
<v-col cols="12">
56
<v-btn color="successConst white--text" block @click="menu = false" class="button-shadow mb-2" href="https://flatlogic.com/templates/vue">Buy</v-btn>
57
- <v-btn color="primaryConst white--text" block @click="menu = false" class="button-shadow" to="/documentation/overview">Documentation</v-btn>
+ <v-btn color="primaryConst white--text" block @click="menu = false" class="button-shadow mb-2" to="/documentation/overview">Documentation</v-btn>
58
+ <v-btn color="info white--text" block @click="menu = false" class="button-shadow" href="https://flatlogic.com/forum">Support</v-btn>
59
</v-col>
60
</v-card-actions>
61
</v-card>
0 commit comments