We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbcb90 commit e2e2a7fCopy full SHA for e2e2a7f
src/components/dashboard/MainMenu.tsx
@@ -87,7 +87,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
87
textColor="primary"
88
indicatorColor="primary"
89
orientation="vertical"
90
- sx={{ alignItems: 'flex-start' }}
+ sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}
91
>
92
<Tab
93
value="robots"
0 commit comments