feat : add discord icon
This commit is contained in:
@@ -47,6 +47,13 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
|
|||||||
</NavLink>
|
</NavLink>
|
||||||
<IconButton
|
<IconButton
|
||||||
color="inherit"
|
color="inherit"
|
||||||
|
onClick={() => window.open("https://discord.gg/Yr99abAcUr")}
|
||||||
|
>
|
||||||
|
<Icon icon="ri:discord-fill" />
|
||||||
|
</IconButton>
|
||||||
|
<IconButton
|
||||||
|
color="inherit"
|
||||||
|
sx={{ ml: 1 }}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
window.open("https://github.com/GuillaumeSD/freechess")
|
window.open("https://github.com/GuillaumeSD/freechess")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user