mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix search links labels
This commit is contained in:
parent
a4d5ea506c
commit
38dd0e0d04
1 changed files with 2 additions and 3 deletions
|
|
@ -205,9 +205,8 @@
|
||||||
bg: 'hover:bg-darker',
|
bg: 'hover:bg-darker',
|
||||||
// transition: 'transition duration-150 ease-in-out'
|
// transition: 'transition duration-150 ease-in-out'
|
||||||
}"
|
}"
|
||||||
>
|
:label="link.label"
|
||||||
{{ link.label }}
|
/>
|
||||||
</LinkButton>
|
|
||||||
|
|
||||||
<LinkButton
|
<LinkButton
|
||||||
v-if="listing.endpoint.length"
|
v-if="listing.endpoint.length"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue