Skip to content

Commit

Permalink
Merged duplicate class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-Moh-it committed May 2, 2022
1 parent 552d7cc commit f50811b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/core/AppHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const AppHeader = ({
</Btn>
<Menu
getContentAnchorEl={null}
className="!mt-1 !block"
className="!mt-1 !block menu"
anchorOrigin={{
vertical: "bottom",
horizontal: "right",
Expand All @@ -88,7 +88,6 @@ const AppHeader = ({
anchorEl={anchorEl}
open={Boolean(anchorEl)}
onClose={() => setAnchorEl(null)}
className="menu"
>
<MenuItem>
<div
Expand Down

0 comments on commit f50811b

Please sign in to comment.