|
|
@ -66,7 +66,7 @@ class Account extends ImmutablePureComponent {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='account follow-recommendations-account'>
|
|
|
|
<div className='account follow-recommendations-account'>
|
|
|
|
<div className='account__wrapper'>
|
|
|
|
<div className='account__wrapper'>
|
|
|
|
<Permalink className='account__display-name account__display-name--with-note' title={account.get('acct')} href={account.get('url')} to={`/accounts/${account.get('id')}`}>
|
|
|
|
<Permalink className='account__display-name account__display-name--with-note' title={account.get('acct')} href={account.get('url')} to={`/@${account.get('acct')}`}>
|
|
|
|
<div className='account__avatar-wrapper'><Avatar account={account} size={36} /></div>
|
|
|
|
<div className='account__avatar-wrapper'><Avatar account={account} size={36} /></div>
|
|
|
|
|
|
|
|
|
|
|
|
<DisplayName account={account} />
|
|
|
|
<DisplayName account={account} />
|
|
|
|