ThumbNavigationLink: remove stray attribute

This commit is contained in:
Alex Gleason 2025-01-28 11:43:36 -06:00
parent d567a5b1db
commit 3939a6dec2
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const ThumbNavigationLink: React.FC<IThumbNavigationLink> = ({ count, countMax,
className={clsx({ className={clsx({
'text-gray-600 black:text-white dark:text-white': active, 'text-gray-600 black:text-white dark:text-white': active,
'!text-gray-600 black:!text-gray-500 dark:!text-gray-500': !active, '!text-gray-600 black:!text-gray-500 dark:!text-gray-500': !active,
})}text-primary-500 })}
> >
{text} {text}
</Text> </Text>