Skip to content

Commit

Permalink
chore: remove-dropwdown-from-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Nov 30, 2024
1 parent 1d59d83 commit 246c26a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/layout/Header/navbar/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { useToggleTheme } from "hooks/useToggleThemeContext";
import { landscapeStyle } from "styles/landscapeStyle";

import LightButton from "components/LightButton";
import TranslateDropdown from "components/TranslateDropdown";

import { IHelp, ISettings } from "..";

Expand Down Expand Up @@ -91,7 +90,6 @@ const Menu: React.FC<ISettings & IHelp> = ({ toggleIsHelpOpen, toggleIsSettingsO
<LightButton {...{ text, onClick, Icon }} />
</ButtonContainer>
))}
<TranslateDropdown />
</Container>
);
};
Expand Down

0 comments on commit 246c26a

Please sign in to comment.