mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Fixes sort by hover (#1146)
This commit is contained in:
parent
ef92d578cd
commit
469cd7bffd
@ -52,7 +52,7 @@ function SortFilterItem({ item }: { item: SortFilterItem }) {
|
||||
<DynamicTag
|
||||
prefetch={!active ? false : undefined}
|
||||
href={href}
|
||||
className={clsx('w-full', {
|
||||
className={clsx('w-full hover:underline hover:underline-offset-4', {
|
||||
'underline underline-offset-4': active
|
||||
})}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user