fix : typo review to analysis
This commit is contained in:
@@ -27,7 +27,7 @@ import EngineSettingsButton from "@/sections/engineSettings/engineSettingsButton
|
|||||||
import GraphTab from "@/sections/analysis/panelBody/graphTab";
|
import GraphTab from "@/sections/analysis/panelBody/graphTab";
|
||||||
import { PageTitle } from "@/components/pageTitle";
|
import { PageTitle } from "@/components/pageTitle";
|
||||||
|
|
||||||
export default function GameReview() {
|
export default function GameAnalysis() {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
const [tab, setTab] = useState(0);
|
const [tab, setTab] = useState(0);
|
||||||
const isLgOrGreater = useMediaQuery(theme.breakpoints.up("lg"));
|
const isLgOrGreater = useMediaQuery(theme.breakpoints.up("lg"));
|
||||||
@@ -59,7 +59,7 @@ export default function GameReview() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid container gap={4} justifyContent="space-evenly" alignItems="start">
|
<Grid container gap={4} justifyContent="space-evenly" alignItems="start">
|
||||||
<PageTitle title="Chesskit Game Review" />
|
<PageTitle title="Chesskit Game Analysis" />
|
||||||
|
|
||||||
<Board />
|
<Board />
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default function PanelHeader() {
|
|||||||
<Icon icon="streamline:clipboard-check" height={24} />
|
<Icon icon="streamline:clipboard-check" height={24} />
|
||||||
|
|
||||||
<Typography variant="h5" align="center">
|
<Typography variant="h5" align="center">
|
||||||
Game Review
|
Game Analysis
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user