Skip to content

Commit

Permalink
fix: logo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 16, 2024
1 parent 53f490f commit b240b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const CHAINS: Record<
[ChainId.SEPOLIA]: {
id: ChainId.SEPOLIA,
name: "Sepolia",
logo: "./logos/ethereum-eth-logo",
logo: "./logos/ethereum-eth-logo.svg",
},
};

Expand Down

0 comments on commit b240b80

Please sign in to comment.