From 42601f8c1c1a3fcda2b719528e6bcfdb7df86451 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Mon, 20 Apr 2026 14:43:02 -0500 Subject: [PATCH] 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) --- docs/snippets/clients.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index c26b764..b2b358d 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -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", - }, + }, ];