diff --git a/src/pages/theme-pages/discrete-math/Foundations.tsx b/src/pages/theme-pages/discrete-math/Foundations.tsx index 67a1beb..b3230b4 100644 --- a/src/pages/theme-pages/discrete-math/Foundations.tsx +++ b/src/pages/theme-pages/discrete-math/Foundations.tsx @@ -41,36 +41,32 @@ const Foundations = () => { if (selectedInteractive) { const InteractiveComponent = selectedInteractive.component; return ( - -
-
-
- -

{selectedInteractive.title}

- - Back to Discrete Math → - -
-
- -
+
+
+
+

{selectedInteractive.title}

+ + Back to Discrete Math → +
+ +
- +
); }