mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: create subtitle component
This commit is contained in:
parent
31d402f70a
commit
fcf2020037
11
src/pages/ValidatorOnboarding/Deposit/DepositSubtitle.tsx
Normal file
11
src/pages/ValidatorOnboarding/Deposit/DepositSubtitle.tsx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { Text } from '@status-im/components'
|
||||||
|
|
||||||
|
const DepositSubtitle = () => {
|
||||||
|
return (
|
||||||
|
<Text size={15} weight="regular" color={'#647084'}>
|
||||||
|
Connect you Wallet to stake required ETH for new validators
|
||||||
|
</Text>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default DepositSubtitle
|
Loading…
x
Reference in New Issue
Block a user