From 98a2b98975ddddb3f7b6536c7cfac1f01687a579 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:04:33 +0000 Subject: [PATCH] Add interactive to index Update width and add Sikinia Parliament puzzle to index page. --- src/components/SikiniaParliamentPuzzle.tsx | 2 +- src/pages/Index.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/SikiniaParliamentPuzzle.tsx b/src/components/SikiniaParliamentPuzzle.tsx index e9f24ca..590e654 100644 --- a/src/components/SikiniaParliamentPuzzle.tsx +++ b/src/components/SikiniaParliamentPuzzle.tsx @@ -221,7 +221,7 @@ const SikiniaParliamentPuzzle: React.FC = ({ showS }; return ( -
+
diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 5fbaff8..9bcd757 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -76,6 +76,13 @@ const allInteractives = [{ tags: ['strategy', 'two-player', 'math', 'logic', 'xor-strategy', 'educational'], path: '/games/assisted-nim', theme: 'Games' +}, { + id: 'sikinia-parliament', + title: 'Parliament of Sikinia Puzzle', + description: 'Separate parliament members into two houses so each has at most one enemy in their house. A graph theory puzzle!', + tags: ['graph-theory', 'logic', 'coloring'], + path: '/puzzles/sikinia-parliament', + theme: 'Puzzles' }]; // Featured interactives (3 fixed ones)