chore: lint

This commit is contained in:
amhsirak
2024-12-09 00:39:21 +05:30
parent 30a425d4c1
commit e5c045f0d5

View File

@@ -106,9 +106,9 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
marginRight: '30px', marginRight: '30px',
color: "#00000099", color: "#00000099",
border: "#00000099 1px solid", border: "#00000099 1px solid",
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid'} '&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
}}> }}>
<Update sx={{ marginRight: '5px'}} /> Upgrade Maxun <Update sx={{ marginRight: '5px' }} /> Upgrade Maxun
</Button> </Button>
<Modal open={open} onClose={handleUpdateClose}> <Modal open={open} onClose={handleUpdateClose}>
<Box <Box