From 92096d0641d10f0baef5f7d0663e37a17e6f1f25 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 04:28:35 +0000 Subject: [PATCH] Update Corp logo in Arms page cgen-aef68be771df4978aef2c63048d4adac --- client/components/ArmSwitcher.tsx | 2 +- client/components/Layout.tsx | 2 +- client/components/PageTransition.tsx | 2 +- client/pages/Arms.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 731f6654..32d55c49 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -83,7 +83,7 @@ const LOGO_URLS: Record = { labs: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fd93f7113d34347469e74421c3a3412e5?format=webp&width=800", gameforge: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800", - corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800", + corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800", foundation: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800", devlink: diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 2da7c477..0e3088a2 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -60,7 +60,7 @@ const ARM_LOGOS: Record = { labs: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fd93f7113d34347469e74421c3a3412e5?format=webp&width=800", gameforge: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800", - corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800", + corp: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800", foundation: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800", devlink: diff --git a/client/components/PageTransition.tsx b/client/components/PageTransition.tsx index 3e058dee..5b32e052 100644 --- a/client/components/PageTransition.tsx +++ b/client/components/PageTransition.tsx @@ -27,7 +27,7 @@ const getArmConfig = ( return { message: "Engaging Corp Systems...", accentColor: "from-blue-500 to-blue-400", - armLogo: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800", + armLogo: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800", }; } if (pathname.includes("/foundation")) { diff --git a/client/pages/Arms.tsx b/client/pages/Arms.tsx index c0bf544e..c02914b9 100644 --- a/client/pages/Arms.tsx +++ b/client/pages/Arms.tsx @@ -59,7 +59,7 @@ const ARMS: Arm[] = [ bgGradient: "from-blue-600 to-blue-400", textColor: "text-blue-400", href: "/corp", - icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800", + icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3772073d5b4b49e688ed02480f4cae43?format=webp&width=800", tip: "Enterprise solutions for scale", shadowColor: "shadow-blue-500/50", glowColor: "rgba(59, 130, 246, 0.3)",