Merge branch 'thumb-nav-stray' into 'main'

ThumbNavigationLink: remove stray attribute

See merge request soapbox-pub/soapbox!3315
merge-requests/3316/merge
Alex Gleason 2025-01-28 17:45:56 +00:00
commit f2d7e3ac9d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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