mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
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…
x
Reference in New Issue
Block a user