Merge pull request #328 from jonathanhefner/scale-fast-agent-logo

Scale down fast-agent logo in `clients.jsx`
This commit is contained in:
Jonathan Hefner
2026-04-20 14:43:54 -05:00
committed by GitHub
Unverified
+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",
},
},
];