feat: rename to upgrade maxun

This commit is contained in:
amhsirak
2024-12-09 00:25:13 +05:30
parent c8b95bd27c
commit 5bda5fcdfc

View File

@@ -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