Fix GameForge navigation routes
cgen-b9d36084f8844017af2ca340693f93d0
This commit is contained in:
parent
9b3606fc74
commit
5cd1539eb4
1 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ export default function GameForge() {
|
|||
<Button
|
||||
size="lg"
|
||||
className="bg-green-400 text-black shadow-[0_0_30px_rgba(34,197,94,0.35)] transition hover:bg-green-300"
|
||||
onClick={() => navigate("/gameforge/start-building")}
|
||||
onClick={() => navigate("/game-development/start-building")}
|
||||
>
|
||||
<Gamepad2 className="mr-2 h-5 w-5" />
|
||||
Start Building
|
||||
|
|
@ -57,7 +57,7 @@ export default function GameForge() {
|
|||
size="lg"
|
||||
variant="outline"
|
||||
className="border-green-400/60 text-green-300 hover:bg-green-500/10"
|
||||
onClick={() => navigate("/gameforge/view-portfolio")}
|
||||
onClick={() => navigate("/game-development/view-portfolio")}
|
||||
>
|
||||
View Portfolio
|
||||
</Button>
|
||||
|
|
@ -146,7 +146,7 @@ export default function GameForge() {
|
|||
<Button
|
||||
size="lg"
|
||||
className="bg-green-400 text-black shadow-[0_0_30px_rgba(34,197,94,0.35)] hover:bg-green-300"
|
||||
onClick={() => navigate("/gameforge/join-gameforge")}
|
||||
onClick={() => navigate("/game-development/join-gameforge")}
|
||||
>
|
||||
Join GameForge
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue