Skip to content

Commit 21f680e

Browse files
committed
Add Header Image
1 parent d40d98f commit 21f680e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
206 KB
Loading

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import funkiBanner from "./temp-assets/funkiBanner.jpg";
2121
import funkiCTA from "./temp-assets/funkiCTA.jpg";
2222
import hashfireBanner from "./temp-assets/hashfireBanner.png";
2323
import hashfireCTA from "./temp-assets/hashfireCTA.png";
24+
import inkBanner from "./temp-assets/inkBanner.jpg";
2425
import laosBanner from "./temp-assets/laosBanner.jpg";
2526
import laosCTA from "./temp-assets/laosCTA.jpg";
2627
import liskBanner from "./temp-assets/liskBanner.png";
@@ -223,9 +224,10 @@ const chainMetaRecord = {
223224
},
224225
// Ink
225226
57073: {
226-
cta: OP_CTA,
227+
headerImgUrl: inkBanner.src,
227228
about:
228229
"Ink is an Ethereum OP Stack layer 2 blockchain designed to be the house of DeFi for the Superchain. Ink is a powerful base layer for deploying innovative DeFi protocols.",
230+
cta: OP_CTA,
229231
gasSponsored: true,
230232
},
231233
// vanar

0 commit comments

Comments
 (0)