Skip to content

Commit 5261a01

Browse files
authored
fix eth logo (#194)
1 parent 864cd9b commit 5261a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/api-reference/introduction/api-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ slug: reference/api-overview
1515
Alchemy supports both EVM and non-EVM chains, view API references below:
1616

1717
<CardGroup cols={3}>
18-
<Card title="Ethereum" icon={<img src="https://static.alchemyapi.io/images/docs/api_icon.svg" alt="Ethereum logo"/>} href="/reference/ethereum-api-quickstart">
18+
<Card title="Ethereum" icon={<img src="https://static.alchemyapi.io/images/docs/api_icon.svg" alt="Ethereum logo" style={{width: "24px"}}/>} href="/reference/ethereum-api-quickstart">
1919
View Ethereum API reference.
2020
</Card>
2121
<Card title="Polygon PoS" icon={<img src="https://static.alchemyapi.io/images/docs/api_icon2.svg" alt="Polygon logo"/>} href="/reference/polygon-api-quickstart">

0 commit comments

Comments
 (0)