Skip to content

Commit 52d8b59

Browse files
committed
Add button on forum
1 parent d39a665 commit 52d8b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Helper/Helper.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<v-card-actions>
5555
<v-col cols="12">
5656
<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>
57+
<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>
5859
</v-col>
5960
</v-card-actions>
6061
</v-card>

0 commit comments

Comments
 (0)