Add hover cards to follow suggestions (#33749)

This commit is contained in:
Claire 2025-01-27 17:24:41 +01:00 committed by GitHub
parent d3b637c757
commit e97335191d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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 ? (