feat: move docs to main menu
This commit is contained in:
@@ -115,6 +115,11 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
|
|||||||
<Button href="https://app.maxun.dev/login" target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<CloudQueue />}>
|
<Button href="https://app.maxun.dev/login" target="_blank" rel="noopener noreferrer" sx={buttonStyles} startIcon={<CloudQueue />}>
|
||||||
{t('mainmenu.feedback')}
|
{t('mainmenu.feedback')}
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button onClick={() => {
|
||||||
|
window.open('https://docs.maxun.dev', '_blank');
|
||||||
|
}}>
|
||||||
|
<Description sx={{ marginRight: '5px' }} /> Docs
|
||||||
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
Reference in New Issue
Block a user