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.
2 parents ce45b83 + e2e2a7f commit 25b8b57Copy full SHA for 25b8b57
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