feat: link github repo
This commit is contained in:
@@ -359,6 +359,11 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
}}>
|
}}>
|
||||||
<Description sx={{ marginRight: '5px' }} /> Docs
|
<Description sx={{ marginRight: '5px' }} /> Docs
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
<MenuItem onClick={() => {
|
||||||
|
window.open('https://github.com/getmaxun/maxun', '_blank');
|
||||||
|
}}>
|
||||||
|
<DiscordIcon sx={{ marginRight: '5px' }} /> GitHub
|
||||||
|
</MenuItem>
|
||||||
<MenuItem onClick={() => {
|
<MenuItem onClick={() => {
|
||||||
window.open('https://discord.gg/5GbPjBUkws', '_blank');
|
window.open('https://discord.gg/5GbPjBUkws', '_blank');
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user