fix : rename to chesskit
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user