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

Port 70a78d968f to glitch-soc
th-downstream
Aditoo17 6 years ago committed by ThibG
parent a338bde550
commit 6df0d0fd51

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

Loading…
Cancel
Save