From fa1b5aa5bf064c0419e922d1e01217371a2f6ae7 Mon Sep 17 00:00:00 2001 From: Saqib Ameen Date: Tue, 23 Dec 2025 19:54:56 +0500 Subject: [PATCH] Add CommandCode.ai Logo --- components/CompatibilitySection.tsx | 7 +++++++ public/logos/command-code-dark.svg | 4 ++++ public/logos/command-code-light.svg | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 public/logos/command-code-dark.svg create mode 100644 public/logos/command-code-light.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..8eeafb6 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -34,6 +34,13 @@ const agents: AgentEntry[] = [ url: "https://cursor.com", imageSrc: "/logos/cursor.svg", }, + { + name: "Command Code", + url: "https://commandcode.ai", + imageSrcLight: "/logos/command-code-light.svg", + imageSrcDark: "/logos/command-code-dark.svg", + from: 'Langbase' + }, { name: "Factory", url: "https://factory.ai", diff --git a/public/logos/command-code-dark.svg b/public/logos/command-code-dark.svg new file mode 100644 index 0000000..e24010c --- /dev/null +++ b/public/logos/command-code-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/logos/command-code-light.svg b/public/logos/command-code-light.svg new file mode 100644 index 0000000..19bd03c --- /dev/null +++ b/public/logos/command-code-light.svg @@ -0,0 +1,4 @@ + + + +