diff --git a/src/components/InteractiveGallery.tsx b/src/components/InteractiveGallery.tsx index 54b8651..89b6933 100644 --- a/src/components/InteractiveGallery.tsx +++ b/src/components/InteractiveGallery.tsx @@ -26,7 +26,7 @@ const InteractiveGallery = () => { const InteractiveComponent = selectedInteractive.component; return
- +
@@ -36,7 +36,7 @@ const InteractiveGallery = () => { } return
-

Data Structures

+

Data Structures and Algorithms

Interactive explorations of elementary data structures and algorithms.

diff --git a/src/pages/theme-pages/DataStructures.tsx b/src/pages/theme-pages/DataStructures.tsx index 617e03a..879a147 100644 --- a/src/pages/theme-pages/DataStructures.tsx +++ b/src/pages/theme-pages/DataStructures.tsx @@ -1,12 +1,13 @@ +import Layout from "@/components/Layout"; import InteractiveGallery from "@/components/InteractiveGallery"; const DataStructures = () => { return ( -
+
-
+ ); };