1
0
mirror of https://github.com/vercel/commerce.git synced 2025-03-31 09:15:53 +00:00

Fixes sort by hover ()

This commit is contained in:
Michael Novotny 2023-08-04 10:59:12 -05:00 committed by GitHub
parent ef92d578cd
commit 469cd7bffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ function SortFilterItem({ item }: { item: SortFilterItem }) {
<DynamicTag <DynamicTag
prefetch={!active ? false : undefined} prefetch={!active ? false : undefined}
href={href} href={href}
className={clsx('w-full', { className={clsx('w-full hover:underline hover:underline-offset-4', {
'underline underline-offset-4': active 'underline underline-offset-4': active
})} })}
> >