Skip to content

Commit 7f998e7

Browse files
committed
feat: disable ripple
1 parent 995cfba commit 7f998e7

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
@@ -94,6 +94,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
9494
label={t('mainmenu.recordings')}
9595
icon={<AutoAwesome />}
9696
iconPosition="start"
97+
disableRipple={true}
9798
sx={{ justifyContent: 'flex-start', textAlign: 'left', fontSize: 'medium' }}
9899
onClick={handleRobotsClick} />
99100
<Tab value="runs"

0 commit comments

Comments
 (0)