feat: add changelog link
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user