Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/provider-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ const NEEDS_LIGHT_CHIP = new Set([
"astralane",
"dydx",
"sky",
// Dark-tone logos that vanish on the dark-mode page bg (the white chip
// gives them a visible surface in both light and dark modes):
"merkle",
"moralis",
"nodies",
]);

function Chip({
Expand Down
Loading