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 hiyuki2578 committed Oct 2, 2019
1 parent 3ef0cc1 commit 57d8110
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 57d8110

Please sign in to comment.