feat: create subtitle component
This commit is contained in:
parent
31d402f70a
commit
fcf2020037
|
@ -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…
Reference in New Issue