completionId: cgen-7f011e94a8424783a3a310f4ea575af5
cgen-7f011e94a8424783a3a310f4ea575af5
This commit is contained in:
parent
2b7d27bcda
commit
9e68db71f4
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +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")}
|
||||
>
|
||||
<Gamepad2 className="mr-2 h-5 w-5" />
|
||||
Start Building
|
||||
|
|
@ -56,6 +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")}
|
||||
>
|
||||
View Portfolio
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue