Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const AboutSection = () => (
<a href="https://openai.com/codex/" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">OpenAI Codex</a>,{" "}
<a href="https://ampcode.com" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Amp</a>,{" "}
<a href="https://jules.google" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Jules from Google</a>,{" "}
<a href="https://cursor.com" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Cursor</a>, and{" "}
<a href="https://cursor.com" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Cursor</a>,{" "}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put ours at the end, I think that's best practice

<a href="https://codegen.com" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Codegen</a>, and{" "}
<a href="https://factory.ai" className="underline hover:no-underline" target="_blank" rel="noopener noreferrer">Factory</a>.
</p>

Expand Down
5 changes: 5 additions & 0 deletions components/CompatibilitySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export default function CompatibilitySection() {
imageSrcLight: "/logos/cursor-light.svg",
imageSrcDark: "/logos/cursor-dark.svg",
},
{
name: "Codegen",
url: "https://codegen.com",
imageSrc: "/logos/codegen.svg",
},
{
name: "Factory",
url: "https://factory.ai",
Expand Down
18 changes: 18 additions & 0 deletions public/logos/codegen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.