feat : add custom pages title
This commit is contained in:
@@ -13,6 +13,7 @@ import { red } from "@mui/material/colors";
|
||||
import LoadGameButton from "@/sections/loadGame/loadGameButton";
|
||||
import { useGameDatabase } from "@/hooks/useGameDatabase";
|
||||
import { useRouter } from "next/router";
|
||||
import { PageTitle } from "@/components/pageTitle";
|
||||
|
||||
const gridLocaleText: GridLocaleText = {
|
||||
...GRID_DEFAULT_LOCALE_TEXT,
|
||||
@@ -147,6 +148,8 @@ export default function GameDatabase() {
|
||||
gap={4}
|
||||
marginTop={6}
|
||||
>
|
||||
<PageTitle title="Freechess Game Database" />
|
||||
|
||||
<Grid container justifyContent="center" alignItems="center" size={12}>
|
||||
<LoadGameButton />
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user