fix: lint
This commit is contained in:
@@ -105,35 +105,35 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
|
|||||||
</Button>
|
</Button>
|
||||||
<Modal open={docModalOpen ?? false} onClose={() => setDocModalOpen(false)}>
|
<Modal open={docModalOpen ?? false} onClose={() => setDocModalOpen(false)}>
|
||||||
<Box sx={{ position: 'absolute', top: '50%', left: '50%', transform: 'translate(-50%, -50%)', bgcolor: 'background.paper', borderRadius: 2, p: 4, width: 400 }}>
|
<Box sx={{ position: 'absolute', top: '50%', left: '50%', transform: 'translate(-50%, -50%)', bgcolor: 'background.paper', borderRadius: 2, p: 4, width: 400 }}>
|
||||||
<Stack spacing={2}>
|
<Stack spacing={2}>
|
||||||
<Button
|
<Button
|
||||||
href="https://docs.maxun.dev"
|
href="https://docs.maxun.dev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
startIcon={<Description />}
|
startIcon={<Description />}
|
||||||
fullWidth
|
fullWidth
|
||||||
>
|
>
|
||||||
Documentation
|
Documentation
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
href="https://www.youtube.com/@MaxunOSS/videos"
|
href="https://www.youtube.com/@MaxunOSS/videos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
startIcon={<SlowMotionVideo />}
|
startIcon={<SlowMotionVideo />}
|
||||||
fullWidth
|
fullWidth
|
||||||
>
|
>
|
||||||
Video Tutorials
|
Video Tutorials
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Box>
|
</Box>
|
||||||
</Modal>
|
</Modal>
|
||||||
<Button
|
<Button
|
||||||
href='https://app.maxun.dev/'
|
href='https://app.maxun.dev/'
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
sx={buttonStyles} startIcon={<CloudQueue />}>
|
sx={buttonStyles} startIcon={<CloudQueue />}>
|
||||||
Join Maxun Cloud
|
Join Maxun Cloud
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={() => setSponsorModalOpen(true)} sx={buttonStyles} startIcon={<Favorite />}>
|
<Button onClick={() => setSponsorModalOpen(true)} sx={buttonStyles} startIcon={<Favorite />}>
|
||||||
|
|||||||
Reference in New Issue
Block a user