Add help page link to footer

This commit is contained in:
2022-11-08 23:04:03 +01:00
parent 22deb8812a
commit 3dc09aff13
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
<v-row justify="center" no-gutters>
<v-col cols="12" class="text-center">
<span class="text-caption">&copy; {{ new Date().getFullYear() }}</span>
<v-btn dark small text rounded :to="{ name: 'help' }">FAQ</v-btn>
</v-col>
</v-row>
</v-footer>