mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🐛 Remove extra bracket
This commit is contained in:
parent
87b6377264
commit
3c693300e0
|
|
@ -107,7 +107,7 @@
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardFooter class="grid">
|
<CardFooter class="grid">
|
||||||
<Button :as="NuxtLink" href="/" variant="default">
|
<Button :as="NuxtLink" href="/" variant="default">
|
||||||
{{ m.every_tangy_koala_persist() }}}
|
{{ m.every_tangy_koala_persist() }}
|
||||||
</Button>
|
</Button>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue