Skip to content

Commit a7e8c54

Browse files
committed
feat: tutorials tab
1 parent d258204 commit a7e8c54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Tab from '@mui/material/Tab';
44
import Box from '@mui/material/Box';
55
import { useNavigate } from 'react-router-dom';
66
import { Paper, Button, useTheme } from "@mui/material";
7-
import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description } from "@mui/icons-material";
7+
import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, SlowMotionVideo } from "@mui/icons-material";
88
import { useTranslation } from 'react-i18next';
99
import i18n from '../../i18n';
1010

@@ -119,6 +119,9 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
119119
<Button href='https://docs.maxun.dev' target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<Description />}>
120120
Documentation
121121
</Button>
122+
<Button href="https://www.youtube.com/@MaxunOSS/videos" target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<SlowMotionVideo />}>
123+
Tutorials
124+
</Button>
122125
<Button href="https://app.maxun.dev/login" target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<CloudQueue />}>
123126
{t('mainmenu.feedback')}
124127
</Button>

0 commit comments

Comments
 (0)