feat: youtube link
This commit is contained in:
@@ -114,7 +114,9 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
||||||
<Logout sx={{ marginRight: '5px' }} /> Logout
|
<Logout sx={{ marginRight: '5px' }} /> Logout
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
<MenuItem onClick={() => {
|
||||||
|
window.open('https://www.youtube.com/@MaxunOSS/videos', '_blank');
|
||||||
|
}}>
|
||||||
<YouTube sx={{ marginRight: '5px' }} /> YouTube
|
<YouTube sx={{ marginRight: '5px' }} /> YouTube
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user