[Glitch] Add rel='noopener' to redesigned profile column header avatar link

Port da47c30eac to glitch-soc
th-downstream
slice 6 years ago committed by ThibG
parent fb17e24352
commit 5900b0b206

@ -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')} target='_blank'>
<a className='avatar' href={account.get('url')} rel='noopener' target='_blank'>
<Avatar account={account} size={90} />
</a>

Loading…
Cancel
Save