Skip to content

Commit f630162

Browse files
committed
Remove SIGN IN from Menu bar
1 parent e771616 commit f630162

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/Header/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,17 +282,17 @@ function Header() {
282282
/>,
283283
);
284284

285-
if (!userDetail) {
286-
navLinks.push(
287-
<Button
288-
align="start"
289-
key="os"
290-
label="SIGN IN"
291-
secondary
292-
onClick={handleHPESignIn}
293-
/>,
294-
);
295-
}
285+
// if (!userDetail) {
286+
// navLinks.push(
287+
// <Button
288+
// align="start"
289+
// key="os"
290+
// label="SIGN IN"
291+
// secondary
292+
// onClick={handleHPESignIn}
293+
// />,
294+
// );
295+
// }
296296
if (size === 'small') {
297297
navLinks.push(
298298
<ButtonLink

0 commit comments

Comments
 (0)