diff --git a/src/components/GameOfSim.tsx b/src/components/GameOfSim.tsx index f404cf1..52ca88c 100644 --- a/src/components/GameOfSim.tsx +++ b/src/components/GameOfSim.tsx @@ -4,6 +4,7 @@ import { Button } from '@/components/ui/button'; import { Badge } from '@/components/ui/badge'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'; import { RotateCcw, Undo2 } from 'lucide-react'; +import SocialShare from '@/components/SocialShare'; interface Edge { from: number; @@ -265,6 +266,15 @@ const GameOfSim = () => { Avoid creating a triangle of your own color!

+ + {/* Social Share */} +
+ +
diff --git a/src/components/GamesGallery.tsx b/src/components/GamesGallery.tsx index 8604242..669d57b 100644 --- a/src/components/GamesGallery.tsx +++ b/src/components/GamesGallery.tsx @@ -36,16 +36,16 @@ const GamesGallery = () => { if (selectedGame) { const GameComponent = selectedGame.component; return ( -
-
- -
-
+
+
+
+ +