completionId: cgen-851facf4b5d5404a870f8f25a3d69d67
cgen-851facf4b5d5404a870f8f25a3d69d67
This commit is contained in:
parent
4bb050fed3
commit
d737c0a78e
1 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ const ARMS: Arm[] = [
|
||||||
color: "#FBBF24",
|
color: "#FBBF24",
|
||||||
bgColor: "bg-yellow-500/20",
|
bgColor: "bg-yellow-500/20",
|
||||||
textColor: "text-yellow-400",
|
textColor: "text-yellow-400",
|
||||||
href: "/research",
|
href: "/labs",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "gameforge",
|
id: "gameforge",
|
||||||
|
|
@ -29,7 +29,7 @@ const ARMS: Arm[] = [
|
||||||
color: "#22C55E",
|
color: "#22C55E",
|
||||||
bgColor: "bg-green-500/20",
|
bgColor: "bg-green-500/20",
|
||||||
textColor: "text-green-400",
|
textColor: "text-green-400",
|
||||||
href: "/game-development",
|
href: "/gameforge",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "corp",
|
id: "corp",
|
||||||
|
|
@ -38,7 +38,7 @@ const ARMS: Arm[] = [
|
||||||
color: "#3B82F6",
|
color: "#3B82F6",
|
||||||
bgColor: "bg-blue-500/20",
|
bgColor: "bg-blue-500/20",
|
||||||
textColor: "text-blue-400",
|
textColor: "text-blue-400",
|
||||||
href: "/consulting",
|
href: "/corp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "foundation",
|
id: "foundation",
|
||||||
|
|
@ -47,7 +47,7 @@ const ARMS: Arm[] = [
|
||||||
color: "#EF4444",
|
color: "#EF4444",
|
||||||
bgColor: "bg-red-500/20",
|
bgColor: "bg-red-500/20",
|
||||||
textColor: "text-red-400",
|
textColor: "text-red-400",
|
||||||
href: "/community",
|
href: "/foundation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "devlink",
|
id: "devlink",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue