Skip to content

Commit 85af510

Browse files
committed
fix lint issues
1 parent 0f850fe commit 85af510

File tree

1 file changed

+6
-6
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ const chainMetaRecord = {
412412
headerImgUrl: shidoBanner.src,
413413
about:
414414
"Shido Network is a superfast EVM chain with the lowest fees. Seamlessly interoperable with the the Cosmos, EVM and WASM. Bringing you the future of DeFi, unlocking unified liquidity through chain abstraction.",
415-
cta: {
416-
backgroundImageUrl: shidoCta.src,
417-
title: "Endless scalability with Shido Network",
418-
buttonLink: "https://shido.io/",
419-
buttonText: "Learn more",
420-
},
415+
cta: {
416+
backgroundImageUrl: shidoCta.src,
417+
title: "Endless scalability with Shido Network",
418+
buttonLink: "https://shido.io/",
419+
buttonText: "Learn more",
420+
},
421421
},
422422
} satisfies Record<number, ExtraChainMetadata>;
423423
// END TEMPORARY

0 commit comments

Comments
 (0)