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