mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
support link (I'm a monster)
This commit is contained in:
parent
73451e1051
commit
35df4e316f
1 changed files with 11 additions and 0 deletions
|
@ -29,6 +29,17 @@
|
|||
|
||||
<!-- Version List Item -->
|
||||
<v-list nav dense class="fixedBottom" v-if="!isMain">
|
||||
<v-list-item href="https://github.com/sponsors/hay-kot" target="_target">
|
||||
<v-list-item-icon class="mr-3 pt-1">
|
||||
<v-icon color="pink">
|
||||
mdi-heart
|
||||
</v-icon>
|
||||
</v-list-item-icon>
|
||||
|
||||
<v-list-item-title>
|
||||
Support
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item to="/admin/about">
|
||||
<v-list-item-icon class="mr-3 pt-1">
|
||||
<v-icon :color="newVersionAvailable ? 'red--text' : ''">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue