feat: add AddCardsContainer to val management
This commit is contained in:
parent
7c7582c271
commit
eae4fd65ac
|
@ -3,6 +3,7 @@ import { YStack } from 'tamagui'
|
|||
|
||||
import TitleLogo from '../../components/General/TitleLogo'
|
||||
import ManagementTabs from './ManagementTabs'
|
||||
import AddCardsContainer from '../../components/General/AddCards/AddCardsContainer'
|
||||
|
||||
const ValidatorManagementContent = () => {
|
||||
return (
|
||||
|
@ -18,6 +19,7 @@ const ValidatorManagementContent = () => {
|
|||
}}
|
||||
>
|
||||
<TitleLogo subtitle="Validator Management" />
|
||||
<AddCardsContainer />
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validators
|
||||
<ManagementTabs />
|
||||
|
|
Loading…
Reference in New Issue