mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
dont display popover on menu dialog for better mobile
This commit is contained in:
@@ -148,11 +148,11 @@ const IconNavBar = () => {
|
||||
|
||||
return (
|
||||
<Menu key={code}>
|
||||
<MenuDialog displayName={i18n._(displayName)}>
|
||||
<Box m="5px 15px">
|
||||
<MenuButton>
|
||||
<MenuNavIcon code={code} showDownArrow />
|
||||
</MenuButton>
|
||||
</MenuDialog>
|
||||
</Box>
|
||||
<MenuList bg={secondaryBgColor} color={textColor}>
|
||||
<MenuGroup title={i18n._(displayName)}>
|
||||
{menuItems.map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user