Skip to content

Commit

Permalink
add some inline padding for grayscale logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Oct 11, 2024
1 parent 1544151 commit 15f2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/supported-chains-ticker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const chains = [
logo: <Image src={zoraLogoSrc} alt="zora logo" />,
},
{
logo: <Image src={worldChainIconSrc} alt="world chain logo" />,
logo: <Image className="px-4" src={worldChainIconSrc} alt="world chain logo" />,
},
];

Expand Down

0 comments on commit 15f2b17

Please sign in to comment.