Skip to content
Snippets Groups Projects
Commit 6f6abc36 authored by Aditoo17's avatar Aditoo17 Committed by Eugen Rochko
Browse files

Make clicking on avatar open public profile in new tab (#10387)

parent 0c1a05b2
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment