Fix GameForge sub-page back button routes

cgen-c2ccf3fe9e8e473eb1766d5ba4116a92
This commit is contained in:
Builder.io 2025-11-07 21:54:37 +00:00
parent d6b1477af2
commit 2270755d19
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export default function GameForgeStartBuilding() {
<Button
variant="ghost"
className="text-green-300 hover:bg-green-500/10"
onClick={() => navigate("/game-development")}
onClick={() => navigate("/gameforge")}
>
Back to GameForge
</Button>

View file

@ -26,7 +26,7 @@ export default function GameForgeViewPortfolio() {
<Button
variant="ghost"
className="text-green-300 hover:bg-green-500/10"
onClick={() => navigate("/game-development")}
onClick={() => navigate("/gameforge")}
>
Back to GameForge
</Button>