diff --git a/package.json b/package.json index 610251b0..05120cf6 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@eartharoid/i18n": "1.0.2", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", + "@floating-ui/react-dom": "^0.6.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", "@mui/material": "5.6.0", diff --git a/src/components/widgets/navbar/Navbar.jsx b/src/components/widgets/navbar/Navbar.jsx index 0333328b..23d1fb2b 100644 --- a/src/components/widgets/navbar/Navbar.jsx +++ b/src/components/widgets/navbar/Navbar.jsx @@ -82,16 +82,21 @@ export default class Navbar extends PureComponent { ) : null} - - - + > + */} + {/*
New Update