From f10b40369cf428a4886936771b7b16c19ac90394 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Tue, 6 Jan 2026 18:09:41 -0800 Subject: [PATCH 1/2] Add Firebender logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds logo for android focused coding agent, Firebender that supports skills Resolves #132 🤖 Generated with [Firebender](https://firebender.com) Co-Authored-By: Firebender --- components/CompatibilitySection.tsx | 6 ++++++ public/logos/firebender-dark.svg | 3 +++ public/logos/firebender-light.svg | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 public/logos/firebender-dark.svg create mode 100644 public/logos/firebender-light.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..51fc471 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -128,6 +128,12 @@ const agents: AgentEntry[] = [ url: "https://uipath.github.io/uipath-python", imageSrc: "/logos/uipath.svg", }, + { + name: "Firebender", + url: "https://firebender.com", + imageSrcLight: "/logos/firebender-light.svg", + imageSrcDark: "/logos/firebender-dark.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/firebender-dark.svg b/public/logos/firebender-dark.svg new file mode 100644 index 0000000..6e478e4 --- /dev/null +++ b/public/logos/firebender-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/logos/firebender-light.svg b/public/logos/firebender-light.svg new file mode 100644 index 0000000..9dfca28 --- /dev/null +++ b/public/logos/firebender-light.svg @@ -0,0 +1,3 @@ + + + From 25daca9381e0e10e8b5c123c580fddb4e5548c16 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Wed, 21 Jan 2026 15:44:22 -0800 Subject: [PATCH 2/2] fix: replace Firebender logos with high-resolution icon-only versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extracted just the Firebender swoosh icon from the high-resolution Figma wordmark exports. This addresses the resolution concerns while avoiding duplicate text (since "Firebender" text is already displayed separately). Old viewBox: 37x20 / 34x18 New viewBox: 500x267 (cropped from 2151x267 wordmark) 🤖 Generated with [Firebender](https://firebender.com) Co-Authored-By: Firebender --- public/logos/firebender-dark.svg | 6 +++--- public/logos/firebender-light.svg | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/logos/firebender-dark.svg b/public/logos/firebender-dark.svg index 6e478e4..ac735ef 100644 --- a/public/logos/firebender-dark.svg +++ b/public/logos/firebender-dark.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/public/logos/firebender-light.svg b/public/logos/firebender-light.svg index 9dfca28..26d0c5b 100644 --- a/public/logos/firebender-light.svg +++ b/public/logos/firebender-light.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file