Skip to content

Commit a7ddc57

Browse files
committed
fix: margin
1 parent 86bf51c commit a7ddc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BeaconChainActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const BeaconChainActions = () => {
6767
title={t("consensus-become-staker")}
6868
description={t("consensus-become-staker-desc")}
6969
>
70-
<ButtonLink mb={3} href="https://launchpad.ethereum.org">
70+
<ButtonLink className="mb-3" href="https://launchpad.ethereum.org">
7171
<Translation id="get-started" />
7272
</ButtonLink>
7373
<ButtonLink variant="outline" href="/staking/">

0 commit comments

Comments
 (0)