Skip to content

Commit d3a7af4

Browse files
committed
comments
1 parent 115e5a8 commit d3a7af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/modules/IDE/components/Header/MobileNav.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const MobileNav = () => {
240240
</Title>
241241
{/* check if the user is in login page */}
242242
{pageName === 'login' || pageName === 'signup' ? (
243-
// showing the login page
243+
// showing the CrossIcon
244244
<Options>
245245
<div>
246246
<Link to={editorLink}>
@@ -249,6 +249,7 @@ const MobileNav = () => {
249249
</div>
250250
</Options>
251251
) : (
252+
// Menus for other pages
252253
<Options>
253254
{pageName === 'myStuff' && <StuffMenu />}
254255
{user.authenticated ? (

0 commit comments

Comments
 (0)