kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change classname "profile-familiar-followers" to use only Tailwind
rodzic
1504aed625
commit
000253bdc4
|
@ -45,7 +45,7 @@ const ProfileFamiliarFollowers: React.FC<IProfileFamiliarFollowers> = ({ account
|
||||||
|
|
||||||
const accounts: Array<React.ReactNode> = familiarFollowers.map(account => !!account && (
|
const accounts: Array<React.ReactNode> = familiarFollowers.map(account => !!account && (
|
||||||
<HoverRefWrapper accountId={account.id} key={account.id} inline>
|
<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>
|
<HStack space={1} alignItems='center' grow>
|
||||||
<Text
|
<Text
|
||||||
size='sm'
|
size='sm'
|
||||||
|
|
Ładowanie…
Reference in New Issue