We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you open the menu on a small screen and then maximize the screen you end up with both menus open.
You can fix this by adding "sm:hidden" to the div classname.
The text was updated successfully, but these errors were encountered:
import {useState } from 'react' import { close,logo,menu } from '../assets'; import { navLinks } from '../constants';
const Navbar = () => { return (
font-poppins font-normal cursor-pointer text-[16px] text-white
> <a href={`#${nav.id}`}> {nav.title} </a> </li> ))} </nav>
) }
export default Navbar
Sorry, something went wrong.
No branches or pull requests
If you open the menu on a small screen and then maximize the screen you end up with both menus open.
You can fix this by adding "sm:hidden" to the div classname.
The text was updated successfully, but these errors were encountered: