-
Notifications
You must be signed in to change notification settings - Fork 9
navbar issue #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
navbar issue #13
Conversation
src/navbar/nav.html
Outdated
<li>About us</li> | ||
<li>Profile</li> | ||
<li class="search"> | ||
<input type="text" class="search-input"maxlength="40" placeholder="Search"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use proper indentation
You need to create React Components |
src/navbar/nav.html
Outdated
<input type="text" class="search-input"maxlength="40" placeholder="Search"> | ||
<input type="submit" value="Search" class="searchButton"> | ||
</li> | ||
<li>Logout</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this value is hard coded
Is user always going to logout ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write proper commit message
Please share the output photo to get faster reviews and easy to see the effect
@megha070 Kindly share your screenshots of the navbar created. |
@megha070 Kindly bring the Home, Who we are etc, in the centre in alignment with the logo image. |
After that @megha070 you need to convert these to React Components. |
No description provided.