Skip to content

home-bench-table: use ProviderLogo instead of first-letter chips - #1321

Merged
Flotapponnier merged 1 commit into
mainfrom
fix/home-bench-chips
Jul 22, 2026
Merged

home-bench-table: use ProviderLogo instead of first-letter chips#1321
Flotapponnier merged 1 commit into
mainfrom
fix/home-bench-chips

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

The 'Latest deployed benchmarks' rows on the homepage were rendering the top 4 providers as bare single-letter chips (<span>M</span> <span>C</span> ...). Multiple providers can start with the same letter and there's no brand recognition, so the row header read as 'AGGREGATORS · M · C · G · M' with zero useful signal.

Swap for <ProviderLogo> which is what the rest of the site uses. It renders the real brand mark and falls back to a multi-letter initials chip only when a logo file is missing (registered in public/logos/ and logo-manifest.ts).

@Flotapponnier
Flotapponnier merged commit 0760068 into mainJul 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Flotapponnier