File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import BannerNotification from "../BannerNotification"
3
3
import Link from "../Link"
4
+ import { Text } from "@chakra-ui/react"
4
5
5
6
const StakingSurveyBanner : React . FC = ( ) => (
6
7
< 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 >
12
15
</ BannerNotification >
13
16
)
14
17
You can’t perform that action at this time.
0 commit comments