feat: rename to upgrade maxun
This commit is contained in:
@@ -102,8 +102,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
||||
{!isRecording ? (
|
||||
<>
|
||||
<Button variant="contained" onClick={handleUpdateOpen} sx={{ marginRight: '30px' }}>
|
||||
Check for Updates
|
||||
<Button variant="outlined" onClick={handleUpdateOpen} sx={{ marginRight: '30px' }}>
|
||||
Upgrade Maxun
|
||||
</Button>
|
||||
<Modal open={open} onClose={handleUpdateClose}>
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user