chore: lint
This commit is contained in:
@@ -102,13 +102,13 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
||||||
{!isRecording ? (
|
{!isRecording ? (
|
||||||
<>
|
<>
|
||||||
<Button variant="outlined" onClick={handleUpdateOpen} sx={{
|
<Button variant="outlined" onClick={handleUpdateOpen} sx={{
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user