From 6877dee89d2084a02e2510f703c8fe7f198f84fa Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Mon, 11 Aug 2025 11:33:08 +0000
Subject: [PATCH] Add Social Share Component
Add the social share component to the Rules of Inference Playground page.
---
src/pages/theme-pages/discrete-math/Foundations.tsx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/pages/theme-pages/discrete-math/Foundations.tsx b/src/pages/theme-pages/discrete-math/Foundations.tsx
index 2ada080..555c95b 100644
--- a/src/pages/theme-pages/discrete-math/Foundations.tsx
+++ b/src/pages/theme-pages/discrete-math/Foundations.tsx
@@ -3,6 +3,7 @@ import { Link } from "react-router-dom";
import { Search } from "lucide-react";
import Layout from "@/components/Layout";
import InteractiveCard from "@/components/InteractiveCard";
+import SocialShare from "@/components/SocialShare";
import BinaryNumberGame from "@/components/BinaryNumberGame";
import TernaryNumberGame from "@/components/TernaryNumberGame";
import BalancedTernaryGame from "@/components/BalancedTernaryGame";
@@ -80,6 +81,11 @@ const Foundations = () => {
+
;
}