feat: link github repo

This commit is contained in:
amhsirak
2025-01-30 19:56:20 +05:30
parent eb7a04f1df
commit 752d227b21

View File

@@ -359,6 +359,11 @@ export const NavBar: React.FC<NavBarProps> = ({
}}>
<Description sx={{ marginRight: '5px' }} /> Docs
</MenuItem>
<MenuItem onClick={() => {
window.open('https://github.com/getmaxun/maxun', '_blank');
}}>
<DiscordIcon sx={{ marginRight: '5px' }} /> GitHub
</MenuItem>
<MenuItem onClick={() => {
window.open('https://discord.gg/5GbPjBUkws', '_blank');
}}>