diff --git a/src/App.tsx b/src/App.tsx index 9bc55c7..c532faf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -95,8 +95,8 @@ const App = () => ( } /> } /> } /> - } /> - } /> + } /> + } /> } /> } /> } /> diff --git a/src/components/GamesGallery.tsx b/src/components/GamesGallery.tsx index d148fb4..826cc55 100644 --- a/src/components/GamesGallery.tsx +++ b/src/components/GamesGallery.tsx @@ -49,7 +49,7 @@ const games: Game[] = [ component: NimGame }, { - id: 'game-of-sim', + id: 'sim', title: 'Game of Sim', description: 'A strategic two-player game where you take turns coloring edges between vertices, trying to avoid creating a triangle of your own color.', tags: ['strategy', 'graph-theory', 'two-player', 'logic', 'game-theory'],