From f9f917d60c77885a43f8f7151362c5af74acc63f Mon Sep 17 00:00:00 2001 From: Ashutosh Mishra Date: Sat, 11 Oct 2025 22:39:24 +0530 Subject: [PATCH] Add Kombai to the compatibility section --- components/CompatibilitySection.tsx | 5 +++++ public/logos/kombai.svg | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 public/logos/kombai.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 0cb6950..c469b5c 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -111,6 +111,11 @@ export default function CompatibilitySection() { imageSrcLight: "/logos/devin-light.svg", imageSrcDark: "/logos/devin-dark.svg", }, + { + name: "Kombai", + url: "https://kombai.com", + imageSrc: "/logos/kombai.svg", + }, ]; return (
+ + + + +