diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index db13d9f..cb968e2 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -112,6 +112,12 @@ export default function CompatibilitySection() { imageSrcLight: "/logos/devin-light.svg", imageSrcDark: "/logos/devin-dark.svg", }, + { + name: "Qodo", + url: "https://qodo.ai", + imageSrcLight: "/logos/qodo-light.svg", + imageSrcDark: "/logos/qodo.svg", + }, ]; return ( diff --git a/public/logos/qodo.svg b/public/logos/qodo.svg new file mode 100644 index 0000000..e426560 --- /dev/null +++ b/public/logos/qodo.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file