Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bde58a7

Browse files
PROD-1607 #comment clean-up #time 10m
1 parent aaa6682 commit bde58a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const NavBar = ({ hideSwitchTools, profileUrl }) => {
7777
// don't make the logo a link
7878
let renderTopcoderLogo
7979

80-
if (hideSwitchTools && isSelfServiceHome) {
80+
if (hideSwitchTools || isSelfServiceHome) {
8181

8282
const linkClass = isSelfServiceHome ? 'logo-no-link' : ''
8383
renderTopcoderLogo = (

0 commit comments

Comments
 (0)