about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/account/components/header.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-03-26 17:39:20 +0100
committerThibaut Girka <thib@sitedethib.com>2019-03-26 17:39:20 +0100
commitfae53e1a39209726d74b5ac93c863f98d4e73f26 (patch)
treecfeaa7fa6e6345f81c6df3bb16ed423a5d849cce /app/javascript/mastodon/features/account/components/header.js
parent872eab57847e21a349e02af3260a6d6b3f550ecb (diff)
parent6df4a8296996181d56a22535b86830c0ab56086e (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/mastodon/features/account/components/header.js')
-rw-r--r--app/javascript/mastodon/features/account/components/header.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/account/components/header.js b/app/javascript/mastodon/features/account/components/header.js
index 41e394585..fd7ad5e07 100644
--- a/app/javascript/mastodon/features/account/components/header.js
+++ b/app/javascript/mastodon/features/account/components/header.js
@@ -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>