Skip to content

Commit 23abc48

Browse files
committed
Refactor
1 parent 5b7b092 commit 23abc48

File tree

5 files changed

+10
-29
lines changed

5 files changed

+10
-29
lines changed

src/components/Card/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const Card: React.FC<IProps> = ({
2121
<Flex
2222
direction="column"
2323
gap="1rem"
24+
justifyContent="space-between"
2425
bg="ednBackground"
2526
borderRadius="sm"
2627
border="1px"

src/content/staking/pools/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ Some pools operate using smart contracts, where funds can be deposited to a cont
2424
In addition to the benefits we outlined in our [intro to staking](/staking/), staking with a pool comes with a number of distinct benefits.
2525

2626
<CardGrid>
27-
<Card title="Low barrier to entry" emoji="🐟">
28-
Not a whale? No problem. Most staking pools let you stake virtually any amount of ETH by joining forces with other stakers, unlike staking solo which requires 32 ETH.
29-
</Card>
30-
<Card title="Stake today" emoji=":stopwatch:">
31-
Staking with a pool is as easy as a token swap. No need to worry about hardware setup and node maintenance. Pools allow you to deposit your ETH which enables node operators to run validators. Rewards are then distributed to contributors minus a fee for node operations.
32-
</Card>
33-
<Card title="Liquidity tokens" emoji=":droplet:">
34-
Many staking pools provide a token that represents a claim on your staked ETH and the rewards it generates. This allows you to make use of your staked ETH, e.g. as collateral in DeFi applications.
35-
</Card>
27+
<Card title="Low barrier to entry" emoji="🐟" description="Not a whale? No problem. Most staking pools let you stake virtually any amount of ETH by joining forces with other stakers, unlike staking solo which requires 32 ETH." />
28+
<Card title="Stake today" emoji=":stopwatch:" description="Staking with a pool is as easy as a token swap. No need to worry about hardware setup and node maintenance. Pools allow you to deposit your ETH which enables node operators to run validators. Rewards are then distributed to contributors minus a fee for node operations." />
29+
<Card title="Liquidity tokens" emoji=":droplet:" description="Many staking pools provide a token that represents a claim on your staked ETH and the rewards it generates. This allows you to make use of your staked ETH, e.g. as collateral in DeFi applications." />
3630
</CardGrid>
3731

3832
<StakingComparison page="pools" />

src/content/staking/saas/index.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,9 @@ Staking as a service (“SaaS") represents a category of staking services where
2222
The Ethereum protocol does not natively support delegation of stake, so these services have been built out to fill this demand. If you have 32 ETH to stake, but don't feel comfortable dealing with hardware, SaaS services allow you to delegate the hard part while you earn native block rewards.
2323

2424
<CardGrid>
25-
<Card title="Your own validator" emoji=":desktop_computer:">
26-
Deposit your own 32 ETH to activate your own set of signing keys that will participate in Ethereum consensus. Monitor your progress with dashboards to watch those ETH rewards accumulate.
27-
</Card>
28-
<Card title="Easy to start" emoji="🏁">
29-
Forget about hardware specs, setup, node maintenance and upgrades.
30-
SaaS providers let you to outsource the hard part by uploading your own signing credentials, allowing them to run a validator on your behalf, for a small cost.
31-
</Card>
32-
<Card title="Limit your risk" emoji=":shield:">
33-
In many cases users do not have to give up access to the keys that enable withdrawing or transferring staked funds. These are different than the signing keys, and can be stored separately to limit (but not eliminate) your risk as a staker.
34-
</Card>
25+
<Card title="Your own validator" emoji=":desktop_computer:" description="Deposit your own 32 ETH to activate your own set of signing keys that will participate in Ethereum consensus. Monitor your progress with dashboards to watch those ETH rewards accumulate." />
26+
<Card title="Easy to start" emoji="🏁" description="Forget about hardware specs, setup, node maintenance and upgrades. SaaS providers let you to outsource the hard part by uploading your own signing credentials, allowing them to run a validator on your behalf, for a small cost." />
27+
<Card title="Limit your risk" emoji=":shield:" description="In many cases users do not have to give up access to the keys that enable withdrawing or transferring staked funds. These are different than the signing keys, and can be stored separately to limit (but not eliminate) your risk as a staker." />
3528
</CardGrid>
3629

3730
<StakingComparison page="saas" />

src/content/staking/solo/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ A solo staker receives rewards directly from the protocol for keeping their vali
3030
Solo staking comes with more responsibility but provides you with maximum control over your funds and staking setup.
3131

3232
<CardGrid>
33-
<Card title="Earn fresh ETH" emoji="💸">
34-
Earn ETH-denominated rewards directly from the protocol when your validator is online, without any middlemen taking a cut.
35-
</Card>
36-
<Card title="Full control" emoji="🎛️">
37-
Keep your own keys. Choose the combination of clients and hardware that allows you to minimize your risk and best contribute to the health and security of the network. Third-party staking services make these decisions for you, and they don't always make the safest choices.
38-
</Card>
39-
<Card title="Network security" emoji="🔐">
40-
Solo staking is the most impactful way to stake. By running a validator on your own hardware at home, you strengthen the robustness, decentralization, and security of the Ethereum protocol.
41-
</Card>
33+
<Card title="Earn fresh ETH" emoji="💸" description="Earn ETH-denominated rewards directly from the protocol when your validator is online, without any middlemen taking a cut." />
34+
<Card title="Full control" emoji="🎛️" description="Keep your own keys. Choose the combination of clients and hardware that allows you to minimize your risk and best contribute to the health and security of the network. Third-party staking services make these decisions for you, and they don't always make the safest choices." />
35+
<Card title="Network security" emoji="🔐" description="Solo staking is the most impactful way to stake. By running a validator on your own hardware at home, you strengthen the robustness, decentralization, and security of the Ethereum protocol." />
4236
</CardGrid>
4337

4438
## Considerations before staking solo {#considerations-before-staking-solo}

src/pages/developers/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ const StyledCard = styled(Card)`
175175
min-width: 240px;
176176
box-shadow: ${(props) => props.theme.colors.tableBoxShadow};
177177
margin: 1rem;
178-
margin-top: auto;
179178
padding: 1.5rem;
180179
@media (max-width: 1120px) {
181180
flex: 1 1 40%;

0 commit comments

Comments
 (0)