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)