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.
1 parent 115e5a8 commit d3a7af4Copy full SHA for d3a7af4
client/modules/IDE/components/Header/MobileNav.jsx
@@ -240,7 +240,7 @@ const MobileNav = () => {
240
</Title>
241
{/* check if the user is in login page */}
242
{pageName === 'login' || pageName === 'signup' ? (
243
- // showing the login page
+ // showing the CrossIcon
244
<Options>
245
<div>
246
<Link to={editorLink}>
@@ -249,6 +249,7 @@ const MobileNav = () => {
249
</div>
250
</Options>
251
) : (
252
+ // Menus for other pages
253
254
{pageName === 'myStuff' && <StuffMenu />}
255
{user.authenticated ? (
0 commit comments