mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fiz old search buttons labels
This commit is contained in:
parent
b199e6b48f
commit
3dedda0ebd
1 changed files with 4 additions and 15 deletions
|
|
@ -156,9 +156,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
|
||||||
:href="getAppEndpoint(app)"
|
:href="getAppEndpoint(app)"
|
||||||
|
|
@ -175,18 +174,8 @@
|
||||||
bg: 'hover:bg-darker',
|
bg: 'hover:bg-darker',
|
||||||
// transition: 'transition duration-150 ease-in-out'
|
// transition: 'transition duration-150 ease-in-out'
|
||||||
}"
|
}"
|
||||||
>
|
label="Details ͐"
|
||||||
<span>Details</span>
|
/>
|
||||||
<client-only>
|
|
||||||
<svg
|
|
||||||
class="h-5 w-5 -mr-2"
|
|
||||||
viewBox="0 0 20 20"
|
|
||||||
fill="currentColor"
|
|
||||||
>
|
|
||||||
<use href="#chevron-right" />
|
|
||||||
</svg>
|
|
||||||
</client-only>
|
|
||||||
</LinkButton>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue