From 223bd234aa4d081cb1ec6fcaa3dd6ee39fc31f59 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:02:38 +0000 Subject: [PATCH] Remove header/footer from interactive page Remove links to green screen versions. --- src/pages/BinaryNumberGamePage.tsx | 22 +++---------------- .../theme-pages/discrete-math/Foundations.tsx | 16 +------------- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/src/pages/BinaryNumberGamePage.tsx b/src/pages/BinaryNumberGamePage.tsx index 90bdf65..d12b6c1 100644 --- a/src/pages/BinaryNumberGamePage.tsx +++ b/src/pages/BinaryNumberGamePage.tsx @@ -1,26 +1,10 @@ import BinaryNumberGame from '@/components/BinaryNumberGame'; -import Navigation from '@/components/Navigation'; -import { Link } from 'react-router-dom'; const BinaryNumberGamePage = () => { return ( -
- -
-
-
- - ← Back to Foundations - -

Binary Number Representation

-
-
- -
-
+
+
+
); diff --git a/src/pages/theme-pages/discrete-math/Foundations.tsx b/src/pages/theme-pages/discrete-math/Foundations.tsx index 4582803..67a1beb 100644 --- a/src/pages/theme-pages/discrete-math/Foundations.tsx +++ b/src/pages/theme-pages/discrete-math/Foundations.tsx @@ -59,22 +59,8 @@ const Foundations = () => { Back to Discrete Math →
-
+
-
- - Green Screen (Light) - - - Green Screen (Dark) - -