feat: add changelog link

This commit is contained in:
amhsirak
2024-12-08 23:53:02 +05:30
parent f7eccd47cb
commit 885120cbb3

View File

@@ -127,8 +127,11 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
</Typography> </Typography>
) : ( ) : (
<> <>
<Typography variant="h6" textAlign="center"> <Typography variant="body1" textAlign="left" sx={{ marginLeft: '30px'}}>
A new version is available: {latestVersion} A new version is available: {latestVersion}. Upgrade to the latest version for bug fixes, enhancements and new features!
<br />
View all the new updates
<a href="https://github.com/getmaxun/maxun/releases/" target="_blank" style={{ textDecoration: 'none'}}>{' '}here.</a>
</Typography> </Typography>
<Tabs <Tabs
value={tab} value={tab}