fix: remove tutorials tab

This commit is contained in:
amhsirak
2025-09-29 17:10:07 +05:30
parent e3e735b47e
commit 8badf08188

View File

@@ -130,9 +130,6 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
</Stack>
</Box>
</Modal>
<Button href="https://www.youtube.com/@MaxunOSS/videos" target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<SlowMotionVideo />}>
Tutorials
</Button>
<Button onClick={() => setCloudModalOpen(true)} sx={buttonStyles} startIcon={<CloudQueue />}>
Join Maxun Cloud
</Button>