mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: add title
This commit is contained in:
parent
eac4dc781d
commit
7123cb8474
@ -2,6 +2,7 @@ import { Text } from '@status-im/components'
|
||||
import { YStack } from 'tamagui'
|
||||
|
||||
import ManagementTable from './ManagementTable/ManagementTable'
|
||||
import TitleLogo from '../../components/General/TitleLogo'
|
||||
|
||||
const ValidatorManagementContent = () => {
|
||||
return (
|
||||
@ -16,6 +17,7 @@ const ValidatorManagementContent = () => {
|
||||
overflowY: 'auto',
|
||||
}}
|
||||
>
|
||||
<TitleLogo subtitle="Validator Management" />
|
||||
<ManagementTable />
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validators
|
||||
|
Loading…
x
Reference in New Issue
Block a user