We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bf51c commit a7ddc57Copy full SHA for a7ddc57
src/components/BeaconChainActions.tsx
@@ -67,7 +67,7 @@ const BeaconChainActions = () => {
67
title={t("consensus-become-staker")}
68
description={t("consensus-become-staker-desc")}
69
>
70
- <ButtonLink mb={3} href="https://launchpad.ethereum.org">
+ <ButtonLink className="mb-3" href="https://launchpad.ethereum.org">
71
<Translation id="get-started" />
72
</ButtonLink>
73
<ButtonLink variant="outline" href="/staking/">
0 commit comments