chore: lint

This commit is contained in:
amhsirak
2024-12-08 20:30:11 +05:30
parent e2cb4c7613
commit 99d62101cb

View File

@@ -114,8 +114,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
<Logout sx={{ marginRight: '5px' }} /> Logout
</MenuItem>
<MenuItem onClick={() => {
window.open('https://www.youtube.com/@MaxunOSS/videos', '_blank');
<MenuItem onClick={() => {
window.open('https://www.youtube.com/@MaxunOSS/videos', '_blank');
}}>
<YouTube sx={{ marginRight: '5px' }} /> YouTube
</MenuItem>