Change routing paths to use usernames in web UI (#16171)
This commit is contained in:
@ -213,7 +213,7 @@ class AccountCard extends ImmutablePureComponent {
|
||||
<Permalink
|
||||
className='directory__card__bar__name'
|
||||
href={account.get('url')}
|
||||
to={`/accounts/${account.get('id')}`}
|
||||
to={`/@${account.get('acct')}`}
|
||||
>
|
||||
<Avatar account={account} size={48} />
|
||||
<DisplayName account={account} />
|
||||
|
Reference in New Issue
Block a user