kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'thumb-nav-stray' into 'main'
ThumbNavigationLink: remove stray attribute See merge request soapbox-pub/soapbox!3315merge-requests/3316/merge
commit
f2d7e3ac9d
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue