mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Merge pull request #328 from jonathanhefner/scale-fast-agent-logo
Scale down fast-agent logo in `clients.jsx`
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