mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
typo
This commit is contained in:
parent
1b716b46f7
commit
13c2428472
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
small
|
small
|
||||||
@click.prevent="toggleFavorite"
|
@click.prevent="toggleFavorite"
|
||||||
v-if="isFavorite || showAlways"
|
v-if="isFavorite || showAlways"
|
||||||
:color="isFavoite && buttonStyle ? 'secondary' : 'primary'"
|
:color="isFavorite && buttonStyle ? 'secondary' : 'primary'"
|
||||||
:icon="!buttonStyle"
|
:icon="!buttonStyle"
|
||||||
:fab="buttonStyle"
|
:fab="buttonStyle"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue