feat: wrap text inside typography body 1

This commit is contained in:
amhsirak
2025-02-05 22:38:03 +05:30
parent 3e4bfdd00c
commit 1a5beae97c

View File

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