Fix GameForgeJoinGameForge back button to use /gameforge
cgen-b6e65dee9f694f57a39b8e933b9716f2
This commit is contained in:
parent
6593fdc045
commit
d6b1477af2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default function GameForgeJoinGameForge() {
|
|||
<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