Skip to content

Commit d23dad5

Browse files
Aditoo17Gargron
authored andcommitted
Make clicking on avatar open public profile in new tab (mastodon#10387)
1 parent 9cdf3b8 commit d23dad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/javascript/mastodon/features/account/components

app/javascript/mastodon/features/account/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class Header extends ImmutablePureComponent {
212212

213213
<div className='account__header__bar'>
214214
<div className='account__header__tabs'>
215-
<a className='avatar' href={account.get('url')}>
215+
<a className='avatar' href={account.get('url')} target='_blank'>
216216
<Avatar account={account} size={90} />
217217
</a>
218218

0 commit comments

Comments
 (0)