feat: use icon button
This commit is contained in:
@@ -220,13 +220,13 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
||||||
{!isRecording ? (
|
{!isRecording ? (
|
||||||
<>
|
<>
|
||||||
<Button onClick={handleUpdateOpen} sx={{
|
<IconButton onClick={handleUpdateOpen} sx={{
|
||||||
marginRight: '25px',
|
marginRight: '25px',
|
||||||
color: "#00000099",
|
color: "#00000099",
|
||||||
'&:hover': { color: '#ff00c3'}
|
'&:hover': { color: '#ff00c3'}
|
||||||
}}>
|
}}>
|
||||||
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
||||||
</Button>
|
</IconButton>
|
||||||
<Modal open={open} onClose={handleUpdateClose}>
|
<Modal open={open} onClose={handleUpdateClose}>
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Reference in New Issue
Block a user