feat: wrap text inside typography body 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user