fix : rename to chesskit

This commit is contained in:
GuillaumeSD
2025-04-19 20:11:43 +02:00
parent 1e568cb6ea
commit 21620cc46d
12 changed files with 20 additions and 89 deletions

View File

@@ -43,7 +43,7 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
</IconButton>
<Image
src="/favicon-32x32.png"
alt="FreeChess logo"
alt="Chesskit logo"
width={32}
height={32}
/>
@@ -57,7 +57,7 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
fontSize: { xs: "1rem", sm: "1.25rem" },
}}
>
Freechess
Chesskit
</Typography>
</NavLink>
<IconButton