mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
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:
co-authored by
Claude Opus 4.5
Saqib Ameen
Saqib Ameen
parent
007d907dba
commit
2ecf167fcb
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user