feat: move typographu

This commit is contained in:
amhsirak
2025-02-05 22:38:29 +05:30
parent 1a5beae97c
commit 4ccf2f7c04

View File

@@ -227,7 +227,8 @@ export const NavBar: React.FC<NavBarProps> = ({
padding: '8px',
marginRight: '10px',
}}>
<Update sx={{ marginRight: '5px' }} /> <Typography variant="body1">{t('navbar.upgrade.button')}</Typography>
<Update sx={{ marginRight: '5px' }} />
<Typography variant="body1">{t('navbar.upgrade.button')}</Typography>
</IconButton>
<Modal open={open} onClose={handleUpdateClose}>
<Box