fix : rename to chesskit
This commit is contained in:
@@ -56,8 +56,8 @@ export const setGameHeaders = (
|
||||
game: Chess,
|
||||
params: { whiteName?: string; blackName?: string; resigned?: Color } = {}
|
||||
): Chess => {
|
||||
game.header("Event", "Freechess Game");
|
||||
game.header("Site", "Freechess");
|
||||
game.header("Event", "Chesskit Game");
|
||||
game.header("Site", "Chesskit");
|
||||
game.header(
|
||||
"Date",
|
||||
new Date().toISOString().split("T")[0].replaceAll("-", ".")
|
||||
|
||||
@@ -29,11 +29,11 @@ export default function Document() {
|
||||
|
||||
{/* Balises OG (Facebook & Twitter) */}
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Freechess.web.app" />
|
||||
<meta property="og:url" content="https://freechess.web.app/" />
|
||||
<meta property="og:site_name" content="Chesskit.org" />
|
||||
<meta property="og:url" content="https://chesskit.org/" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://freechess.web.app/android-chrome-512x512.png"
|
||||
content="https://chesskit.org/android-chrome-512x512.png"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
||||
@@ -178,7 +178,7 @@ export default function GameDatabase() {
|
||||
gap={4}
|
||||
marginTop={6}
|
||||
>
|
||||
<PageTitle title="Freechess Game Database" />
|
||||
<PageTitle title="Chesskit Game Database" />
|
||||
|
||||
<Grid container justifyContent="center" alignItems="center" size={12}>
|
||||
<LoadGameButton />
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function GameReview() {
|
||||
|
||||
return (
|
||||
<Grid container gap={4} justifyContent="space-evenly" alignItems="start">
|
||||
<PageTitle title="Freechess Game Review" />
|
||||
<PageTitle title="Chesskit Game Review" />
|
||||
|
||||
<Board />
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function Play() {
|
||||
|
||||
return (
|
||||
<Grid container gap={4} justifyContent="space-evenly" alignItems="start">
|
||||
<PageTitle title="Freechess Play vs Stockfish" />
|
||||
<PageTitle title="Chesskit Play vs Stockfish" />
|
||||
|
||||
<Board />
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user