Add hover cards to follow suggestions (#33749)
This commit is contained in:
parent
d3b637c757
commit
e97335191d
2 changed files with 4 additions and 4 deletions
|
@ -145,13 +145,13 @@ const Card: React.FC<{
|
|||
/>
|
||||
|
||||
<div className='inline-follow-suggestions__body__scrollable__card__avatar'>
|
||||
<Link to={`/@${account?.acct}`}>
|
||||
<Link to={`/@${account?.acct}`} data-hover-card-account={account?.id}>
|
||||
<Avatar account={account} size={72} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
<div className='inline-follow-suggestions__body__scrollable__card__text-stack'>
|
||||
<Link to={`/@${account?.acct}`}>
|
||||
<Link to={`/@${account?.acct}`} data-hover-card-account={account?.id}>
|
||||
<DisplayName account={account} />
|
||||
</Link>
|
||||
{firstVerifiedField ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue