Skip to content

Commit c9687fb

Browse files
committed
fix: consensys staking icon and label
1 parent 997f641 commit c9687fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/components/icons/staking/ConsensysStakingGlyphIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const ConsensysStakingGlyphIcon = createIcon({
77
width: "32px",
88
height: "32px",
99
},
10-
d: "M16 0C24.8366 0 32 7.16344 32 16C32 19.8328 30.6523 23.3508 28.405 26.106L22.2067 14.2118L22.1734 14.1504L22.1389 14.0902L19.5622 9.14944C19.0835 8.22784 18.1325 7.65184 17.0944 7.65184H13.321C13.2083 7.65184 13.0982 7.67872 12.9997 7.7312C12.6592 7.90784 12.5261 8.32896 12.704 8.66944L23.8047 29.9706C21.496 31.2632 18.834 32 16 32C13.1431 32 10.4611 31.2512 8.13954 29.9393L14.8736 17.0176L14.9222 16.9011C15.0195 16.5862 14.8813 16.2355 14.5792 16.0794C14.4794 16.0282 14.3693 16 14.2566 16H10.4832L10.2618 16.009C9.312 16.0845 8.4608 16.6426 8.01536 17.4963L3.55496 26.0567C1.33167 23.3089 0 19.81 0 16C0 7.16344 7.16344 0 16 0Z",
10+
d: "M30.9951 11.9093V16.0004C30.9951 24.2845 24.2807 31 15.9979 31C7.71527 31 1 24.2836 1 15.9995C1 7.7155 7.71441 1 15.9971 1H20.0876L12.5889 8.49977V19.4125H23.4948L30.9951 11.9093ZM30.9951 1H20.0876V11.9093H30.9951V1Z",
1111
})

src/components/icons/staking/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from "./BloxstakingGlyphIcon"
99
export * from "./BugBountyIcon"
1010
export * from "./CautionProductGlyphIcon"
1111
export * from "./ChainLaboGlyphIcon"
12+
export * from "./ConsensysStakingGlyphIcon"
1213
export * from "./DefaultOpenSourceGlyphIcon"
1314
export * from "./DockerGlyphIcon"
1415
export * from "./EconomicalIcon"

src/data/staking-products.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
}
751751
},
752752
{
753-
"name": "ConsensysStaking",
753+
"name": "Consensys Staking",
754754
"imageName": "ConsensysStaking",
755755
"hue": 341,
756756
"launchDate": "2020-12-01",

0 commit comments

Comments
 (0)