Skip to content

Commit 061f65d

Browse files
committed
fx mobile styling
1 parent 65aec72 commit 061f65d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/components/Staking/StakingSurveyBanner.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
import React from "react"
22
import BannerNotification from "../BannerNotification"
33
import Link from "../Link"
4+
import { Text } from "@chakra-ui/react"
45

56
const StakingSurveyBanner: React.FC = () => (
67
<BannerNotification shouldShow>
7-
Researchers with EthStaker and the Ethereum Foundation are looking for
8-
anonymous feedback from stakers.
9-
<Link ms={2} to="https://stakingsurvey.paperform.co/">
10-
Take a quick survey here
11-
</Link>
8+
<Text m={0} textAlign="center">
9+
Researchers with EthStaker and the Ethereum Foundation are looking for
10+
anonymous feedback from stakers.{" "}
11+
<Link to="https://stakingsurvey.paperform.co/">
12+
Take a quick survey here
13+
</Link>
14+
</Text>
1215
</BannerNotification>
1316
)
1417

0 commit comments

Comments
 (0)