[Glitch] Make clicking on avatar open public profile in new tab

Port 6f6abc369f to glitch-soc
remotes/1698178055505214576/signup-info-prompt
Aditoo17 2019-03-26 17:33:07 +01:00 committed by ThibG
parent cf3f063e10
commit 37ad0478ef
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Header extends ImmutablePureComponent {
<div className='account__header__bar'>
<div className='account__header__tabs'>
<a className='avatar' href={account.get('url')}>
<a className='avatar' href={account.get('url')} target='_blank'>
<Avatar account={account} size={90} />
</a>