Skip to content

Commit 25256e3

Browse files
committed
feat: disable ripple
1 parent 6716106 commit 25256e3

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
@@ -113,6 +113,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
113113
label={t('mainmenu.apikey')}
114114
icon={<VpnKey />}
115115
iconPosition="start"
116+
disableRipple={true}
116117
sx={{ justifyContent: 'flex-start', textAlign: 'left', fontSize: 'medium' }} />
117118
</Tabs>
118119
<hr />

0 commit comments

Comments
 (0)