mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-07 23:44:33 +00:00
[Glitch] Add rel='noopener' to redesigned profile column header avatar link
Port 73f5711fb8
to glitch-soc
This commit is contained in:
parent
841d2c9f23
commit
6fdd829d8c
|
@ -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…
Reference in a new issue