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) - -