diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index f84ecc73..df7b41ae 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -14,7 +14,7 @@ interface MainMenuProps { handleChangeContent: (newValue: string) => void; } -export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenuProps) => { +export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProps) => { const theme = useTheme(); const { t } = useTranslation(); const navigate = useNavigate(); @@ -68,7 +68,7 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu textAlign: 'left', fontSize: 'medium', }} - value="recordings" + value="robots" label={t('mainmenu.recordings')} icon={} iconPosition="start"