From 5585cf8ce5eb1ed6df11fe9240ece35b39ac75b4 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Fri, 22 Aug 2025 05:53:39 +0000
Subject: [PATCH] Update sim game route
Update the route for the Game of Sim to `/sim` so that the provided URL leads to the game.
---
src/App.tsx | 1 +
src/components/GameOfSim.tsx | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/App.tsx b/src/App.tsx
index c532faf..e056966 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -81,6 +81,7 @@ const App = () => (
} />
} />
} />
+ } />
} />
} />
} />
diff --git a/src/components/GameOfSim.tsx b/src/components/GameOfSim.tsx
index 455f02f..45081f6 100644
--- a/src/components/GameOfSim.tsx
+++ b/src/components/GameOfSim.tsx
@@ -277,7 +277,7 @@ const GameOfSim: React.FC = ({ showSocialShare = true }) => {
)}