Skip to content

Commit 6e121a0

Browse files
committed
chore: update resource icon assets
1 parent b88a0c5 commit 6e121a0

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed
260 Bytes
Binary file not shown.
62 KB
Loading

public/images/resources/etherscan.png

548 Bytes
Loading

public/images/resources/txcity.png

2.08 KB
Loading
27 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import IconEthGlyphBlack from "@/public/images/resources/eth-glyph-black.png"
3131
import IconEthGlyphBlueCircle from "@/public/images/resources/eth-glyph-blue-circle.png"
3232
import IconEthGlyphEOrg from "@/public/images/resources/eth-glyph-e-org.png"
3333
import IconEthGlyphRainbowFrame from "@/public/images/resources/eth-glyph-rainbow.frame.png"
34+
import IconEtherealize from "@/public/images/resources/etherealize.png"
3435
import IconEtherscan from "@/public/images/resources/etherscan.png"
3536
import IconEthproofs from "@/public/images/resources/ethproofs.png"
3637
import IconEthstaker from "@/public/images/resources/ethstaker.png"
@@ -44,6 +45,7 @@ import IconRelayscan from "@/public/images/resources/relayscan.png"
4445
import IconRwa from "@/public/images/resources/rwa.png"
4546
import IconStablecoinsWtf from "@/public/images/resources/stablecoins-wtf.png"
4647
import IconSupermajority from "@/public/images/resources/supermajority.png"
48+
import IconTxCity from "@/public/images/resources/txcity.png"
4749
import IconUltrasoundMoney from "@/public/images/resources/ultrasound-money.png"
4850
import IconVisaOnchainAnalytics from "@/public/images/resources/visa-onchain-analytcs.png"
4951

@@ -136,7 +138,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
136138
description: t(
137139
"page-resources-block-explorers-blockscout-description"
138140
),
139-
href: "https://ethereum.blockscout.com",
141+
href: "https://eth.blockscout.com",
140142
imgSrc: IconBlockscout,
141143
},
142144
{
@@ -159,7 +161,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
159161
title: "Txcity.io",
160162
description: t("page-resources-block-explorers-txcity-description"),
161163
href: "https://txcity.io/",
162-
imgSrc: IconEthGlyphBlueCircle,
164+
imgSrc: IconTxCity,
163165
},
164166
],
165167
},
@@ -171,7 +173,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
171173
title: "Etherealize Dashboard",
172174
description: t("page-resources-eth-asset-etherealize-description"),
173175
href: "https://dashboard.etherealize.io/",
174-
imgSrc: IconEthGlyphBlueCircle,
176+
imgSrc: IconEtherealize,
175177
},
176178
{
177179
title: "Ultra Sound Money",

0 commit comments

Comments
 (0)