Skip to content

Commit

Permalink
fix: coretime project icon in network selector #4832 (#4935)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Oct 23, 2024
1 parent 7310ab9 commit a2abdb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
import dynamic from "next/dynamic";
import Chains from "../../chains";
import kusama from "../kusama";

const ProjectIconKusamaCoretime = dynamic(() =>
import("@osn/icons/subsquare/ProjectIconKusamaCoretime"),
);

const kusamaCoretime = {
...kusama,
value: Chains.kusamaCoretime,
description:
"A revolutionary approach to accessing the right amount of blockspace for every stage of growth.",
avatar: ProjectIconKusamaCoretime,
endpoints: [
{
name: "Parity",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
import dynamic from "next/dynamic";
import Chains from "../../chains";
import polkadot from "../polkadot";

const ProjectIconPolkadotCoretime = dynamic(() =>
import("@osn/icons/subsquare/ProjectIconPolkadotCoretime"),
);

const polkadotCoretime = {
...polkadot,
value: Chains.polkadotCoretime,
description:
"A revolutionary approach to accessing the right amount of blockspace for every stage of growth.",
avatar: ProjectIconPolkadotCoretime,
endpoints: [
{
name: "Parity",
Expand Down

0 comments on commit a2abdb7

Please sign in to comment.