Change classname "profile-familiar-followers" to use only Tailwind

This commit is contained in:
danidfra 2024-11-01 12:30:55 -03:00
parent 1504aed625
commit 000253bdc4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const ProfileFamiliarFollowers: React.FC<IProfileFamiliarFollowers> = ({ account
const accounts: Array<React.ReactNode> = familiarFollowers.map(account => !!account && (
<HoverRefWrapper accountId={account.id} key={account.id} inline>
<Link className='mention inline-block' to={`/@${account.acct}`}>
<Link className='inline-block text-primary-600 hover:underline dark:text-accent-blue' to={`/@${account.acct}`}>
<HStack space={1} alignItems='center' grow>
<Text
size='sm'