You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logo has the magnetic property and is performing as it should, but the burger wrapper isn't. Cursor sticks to the burger element (spans) and if you try hovering over the burger it glitches off the page.
The text was updated successfully, but these errors were encountered:
So i have set the code like this:
const Navbar = () => {
return (
BALENCIAGA.
<p className={classes["button-text"]}>Menu
<div className={classes["burger-wrapper"]} id='stick-item' data-cursor-magnetic>
);
};
export default Navbar;
Logo has the magnetic property and is performing as it should, but the burger wrapper isn't. Cursor sticks to the burger element (spans) and if you try hovering over the burger it glitches off the page.
The text was updated successfully, but these errors were encountered: