mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Scale down fast-agent logo in clients.jsx
Reduce the `scale` from `1.8` to `1.33` to better match neighboring logos in the showcase. Also point `instructionsUrl` to the Agent Skills page on fast-agent.ai, and trim trailing whitespace. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -327,8 +327,8 @@ export const clients = [
|
||||
url: "https://fast-agent.ai/",
|
||||
lightSrc: "/images/logos/fast-agent/fast-agent-light.svg",
|
||||
darkSrc: "/images/logos/fast-agent/fast-agent-dark.svg",
|
||||
scale: 1.8,
|
||||
instructionsUrl: "https://fast-agent.ai/",
|
||||
scale: 1.33,
|
||||
instructionsUrl: "https://fast-agent.ai/agents/skills/",
|
||||
sourceCodeUrl: "https://github.com/evalstate/fast-agent",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user