From d1744d70c2a1704366a1c30ca4df0ffd88d2ee2a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:45:14 +0000 Subject: [PATCH] completionId: cgen-a292e0ca7fa6434eacc4ab4bda699f1e cgen-a292e0ca7fa6434eacc4ab4bda699f1e --- client/components/Layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index f700ce81..a2e517a0 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -49,6 +49,7 @@ const ARMS = [ href: "/foundation", }, { id: "devlink", label: "Dev-Link", color: "#06B6D4", href: "/dev-link" }, + { id: "nexus", label: "Nexus", color: "#A855F7", href: "/nexus" }, ]; const ARM_LOGOS: Record = { @@ -62,6 +63,8 @@ const ARM_LOGOS: Record = { "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800", devlink: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F9a96b43cbd7b49bb9d5434580319c793?format=webp&width=800", + nexus: + "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F6df123b87a144b1fb99894d94198d97b?format=webp&width=800", }; export default function CodeLayout({ children, hideFooter }: LayoutProps) {