Skip to content

Commit

Permalink
Make clicking on avatar open public profile in new tab (mastodon#10387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditoo17 authored and Gargron committed Mar 26, 2019
1 parent 9cdf3b8 commit d23dad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d23dad5

Please sign in to comment.