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:
Jonathan Hefner
2026-04-20 14:43:02 -05:00
Unverified
parent d0a85b1cc9
commit 42601f8c1c
+3 -3
View File
@@ -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",
},
},
];