Fix details label

This commit is contained in:
Sam Carlton 2022-09-04 09:54:39 -05:00
parent 38dd0e0d04
commit 8c76e67a16

View file

@ -224,17 +224,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> />
<svg
class="h-5 w-5 -mr-2"
viewBox="0 0 20 20"
fill="currentColor"
>
<use href="#chevron-right" />
</svg>
</LinkButton>
</div> </div>
</div> </div>
</li> </li>