The landing page provider grid currently uses single-letter colored chip placeholders (e.g. "C" for Claude, "O" for Ollama). Replacing these with actual brand logos would make the grid more visually recognizable and polished.
Proposed change:
- Add real SVG/PNG logos for all 29 providers in
docs/logos/
- Replace
<span class="chip"> elements with <img> tags referencing the logos
- Handle dark-mode visibility with explicit fill colors instead of
currentColor
PR: #989
The landing page provider grid currently uses single-letter colored chip placeholders (e.g. "C" for Claude, "O" for Ollama). Replacing these with actual brand logos would make the grid more visually recognizable and polished.
Proposed change:
docs/logos/<span class="chip">elements with<img>tags referencing the logoscurrentColorPR: #989