mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 03:46:39 +00:00
fix: delete deposit subtitle component and story
This commit is contained in:
parent
111ab75cb2
commit
db879a94cd
@ -1,19 +0,0 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import DepositSubtitle from './DepositSubtitle'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorOnboarding/DepositSubtitle',
|
||||
component: DepositSubtitle,
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof DepositSubtitle>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {},
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
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