Add Command Code logo (#37)

* Add Command Code logo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add Command Code logo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* improve width

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Saqib Ameen <saqib1@ualberta.ca>
Co-authored-by: Saqib Ameen <mrsaqibameen@gmail.com>
This commit is contained in:
Ahmad Awais
2026-01-22 15:27:59 -05:00
committed by GitHub
co-authored by Claude Opus 4.5 Saqib Ameen Saqib Ameen
parent 007d907dba
commit 2ecf167fcb
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ export const LogoCarousel = () => {
{ name: "Agentman", url: "https://agentman.ai/", lightSrc: "/images/logos/agentman/agentman-wordmark-light.svg", darkSrc: "/images/logos/agentman/agentman-wordmark-dark.svg" },
{ name: "TRAE", url: "https://trae.ai/", lightSrc: "/images/logos/trae/trae-logo-lightmode.svg", darkSrc: "/images/logos/trae/trae-logo-darkmode.svg" },
{ name: "Spring AI", url: "https://docs.spring.io/spring-ai/reference", lightSrc: "/images/logos/spring-ai/spring-ai-logo-light.svg", darkSrc: "/images/logos/spring-ai/spring-ai-logo-dark.svg" },
{ name: "Command Code", url: "https://commandcode.ai/", lightSrc: "/images/logos/command-code/command-code-logo-for-light.svg", darkSrc: "/images/logos/command-code/command-code-logo-for-dark.svg", width: "200px" },
];
/* Shuffle logos on component mount */