fix: format

This commit is contained in:
amhsirak
2025-06-13 18:55:27 +05:30
parent 05c53ee001
commit 50285955ad

View File

@@ -115,11 +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 />}>
{t('mainmenu.feedback')}
</Button>
<Button onClick={() => {
window.open('https://docs.maxun.dev', '_blank');
}}>
<Description sx={{ marginRight: '5px' }} /> Docs
</Button>
<Button onClick={() => {
window.open('https://docs.maxun.dev', '_blank');
}}>
<Description sx={{ marginRight: '5px' }} /> Docs
</Button>
</Box>
</Box>
</Paper>