feat: set width 600

This commit is contained in:
amhsirak
2025-07-31 23:34:23 +05:30
parent 09870107ea
commit a3f4afd19a

View File

@@ -101,7 +101,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
</Modal>
<Modal open={sponsorModalOpen} onClose={() => setSponsorModalOpen(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: 600 }}>
<Typography variant="h6" gutterBottom>
Support Maxun Open Source
</Typography>