We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b64e8 + 84766f2 commit f77cca5Copy full SHA for f77cca5
src/components/TopBar/TopBar.jsx
@@ -66,7 +66,7 @@ class TopBar extends Component {
66
]
67
const logo = (
68
<div className="logo-wrapper">
69
- <Link className="logo" to={logoTargetUrl}><ConnectLogoBeta /></Link>
+ <Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogoBeta /></Link>
70
</div>
71
)
72
const avatar = (
0 commit comments