Skip to content

Commit 02a766a

Browse files
committed
add EthpoolGlyphIcon exports/imports
1 parent 5c784b2 commit 02a766a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/Staking/StakingProductsCardGrid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
CautionProductGlyphIcon,
3737
DefaultOpenSourceGlyphIcon,
3838
DockerIcon,
39+
EthpoolGlyphIcon,
3940
GreenCheckProductGlyphIcon,
4041
KilnGlyphIcon,
4142
LidoGlyphIcon,

src/components/icons/staking/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { BattleTestedIcon } from "./BattleTestedIcon"
77
import { BloxstakingGlyphIcon } from "./BloxstakingGlyphIcon"
88
import { BugBountyIcon } from "./BugBountyIcon"
99
import { CautionProductGlyphIcon } from "./CautionProductGlyphIcon"
10-
import { StakingDappnodeGlyphIcon } from "./StakingDappnodeGlyphIcon"
1110
import { DefaultOpenSourceGlyphIcon } from "./DefaultOpenSourceGlyphIcon"
1211
import { DockerIcon } from "./DockerIcon"
1312
import { EconomicalIcon } from "./EconomicalIcon"
13+
import { EthpoolGlyphIcon } from "./EthpoolGlyphIcon"
1414
import { GreenCheckProductGlyphIcon } from "./GreenCheckProductGlyphIcon"
1515
import { KilnGlyphIcon } from "./KilnGlyphIcon"
1616
import { LidoGlyphIcon } from "./LidoGlyphIcon"
@@ -23,6 +23,7 @@ import { SelfCustodyIcon } from "./SelfCustodyIcon"
2323
import { StafiGlyphIcon } from "./StafiGlyphIcon"
2424
import { StakefishGlyphIcon } from "./StakefishGlyphIcon"
2525
import { StakewiseGlyphIcon } from "./StakewiseGlyphIcon"
26+
import { StakingDappnodeGlyphIcon } from "./StakingDappnodeGlyphIcon"
2627
import { StakingGlyphCentralizedIcon } from "./StakingGlyphCentralizedIcon"
2728
import { StakingGlyphCloudIcon } from "./StakingGlyphCloudIcon"
2829
import { StakingGlyphCPUIcon } from "./StakingGlyphCPUIcon"
@@ -44,10 +45,10 @@ export {
4445
BloxstakingGlyphIcon,
4546
BugBountyIcon,
4647
CautionProductGlyphIcon,
47-
StakingDappnodeGlyphIcon,
4848
DefaultOpenSourceGlyphIcon,
4949
DockerIcon,
5050
EconomicalIcon,
51+
EthpoolGlyphIcon,
5152
GreenCheckProductGlyphIcon,
5253
KilnGlyphIcon,
5354
LidoGlyphIcon,
@@ -61,6 +62,7 @@ export {
6162
StakefishGlyphIcon,
6263
StakewiseGlyphIcon,
6364
StakingGlyphCentralizedIcon,
65+
StakingDappnodeGlyphIcon,
6466
StakingGlyphCloudIcon,
6567
StakingGlyphCPUIcon,
6668
StakingGlyphEtherCircleIcon,

0 commit comments

Comments
 (0)