Skip to content

Commit 6716106

Browse files
committed
feat: disable ripple
1 parent 310f6dd commit 6716106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
107107
label={t('mainmenu.proxy')}
108108
icon={<Usb />}
109109
iconPosition="start"
110+
disableRipple={true}
110111
sx={{ justifyContent: 'flex-start', textAlign: 'left', fontSize: 'medium' }} />
111112
<Tab value="apikey"
112113
label={t('mainmenu.apikey')}

0 commit comments

Comments
 (0)