Fixes sort by hover

This commit is contained in:
Michael Novotny 2023-08-04 09:59:26 -05:00
parent ef92d578cd
commit 1610848112
No known key found for this signature in database

View File

@ -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
})} })}
> >