Fix GameForge sub-page back button routes
cgen-c2ccf3fe9e8e473eb1766d5ba4116a92
This commit is contained in:
parent
d6b1477af2
commit
2270755d19
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue