diff --git a/src/components/BinarySearchTrick.tsx b/src/components/BinarySearchTrick.tsx index 8a33f70..01ac78d 100644 --- a/src/components/BinarySearchTrick.tsx +++ b/src/components/BinarySearchTrick.tsx @@ -231,7 +231,7 @@ const BinarySearchTrick = ({ showSocialShare = true }: BinarySearchTrickProps) = )} -
+
{getDisplayCards().map((card) => ( { } return
-

School Connect Interactives

+

Data Structures Interactives

Interactive tools and resources designed to connect theoretical concepts with practical applications in educational settings.

diff --git a/src/pages/theme-pages/DataStructures.tsx b/src/pages/theme-pages/DataStructures.tsx index e6a89a1..617e03a 100644 --- a/src/pages/theme-pages/DataStructures.tsx +++ b/src/pages/theme-pages/DataStructures.tsx @@ -1,15 +1,13 @@ -import Layout from "@/components/Layout"; import InteractiveGallery from "@/components/InteractiveGallery"; + const DataStructures = () => { - return -
-
- - -
- + return ( +
+
- ; +
+ ); }; + export default DataStructures; \ No newline at end of file