Skip to content

Commit f77cca5

Browse files
author
vikasrohit
authored
Merge pull request #513 from appirio-tech/feature/logo-redirect-to-project-listing
Github issue #287 after applying search if click on Connect logo, should lands user to project listing page
2 parents 92b64e8 + 84766f2 commit f77cca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/TopBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TopBar extends Component {
6666
]
6767
const logo = (
6868
<div className="logo-wrapper">
69-
<Link className="logo" to={logoTargetUrl}><ConnectLogoBeta /></Link>
69+
<Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogoBeta /></Link>
7070
</div>
7171
)
7272
const avatar = (

0 commit comments

Comments
 (0)