From feb58dc9f6a95c813a7c165c61c13637d017e513 Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Mon, 26 May 2025 23:18:17 +0200 Subject: [PATCH] fix : typo review to analysis --- src/pages/index.tsx | 4 ++-- src/sections/analysis/panelHeader/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 21c3bc3..ef1c441 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -27,7 +27,7 @@ import EngineSettingsButton from "@/sections/engineSettings/engineSettingsButton import GraphTab from "@/sections/analysis/panelBody/graphTab"; import { PageTitle } from "@/components/pageTitle"; -export default function GameReview() { +export default function GameAnalysis() { const theme = useTheme(); const [tab, setTab] = useState(0); const isLgOrGreater = useMediaQuery(theme.breakpoints.up("lg")); @@ -59,7 +59,7 @@ export default function GameReview() { return ( - + diff --git a/src/sections/analysis/panelHeader/index.tsx b/src/sections/analysis/panelHeader/index.tsx index b38946a..3b94abd 100644 --- a/src/sections/analysis/panelHeader/index.tsx +++ b/src/sections/analysis/panelHeader/index.tsx @@ -28,7 +28,7 @@ export default function PanelHeader() { - Game Review + Game Analysis