Skip to content

Commit d0d9fca

Browse files
authored
[TSPS-662] Show hamburger menu for logged out views in Teaspoons brand (#5443)
1 parent 2d93279 commit d0d9fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SignIn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const styles = {
2121
};
2222

2323
const SignIn = () => {
24-
return h(HeroWrapper, { showMenu: false, showDocLink: true }, [
24+
return h(HeroWrapper, { showMenu: true, showDocLink: true }, [
2525
div({ style: { maxWidth: 600 } }, [
2626
div({ style: { fontSize: 16, lineHeight: 1.5, marginBottom: '2rem' } }, [
2727
'If you are a new user or returning user, click sign in to continue.',

0 commit comments

Comments
 (0)