Fixes sort by hover (#1146)

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

View File

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