feat: add title for key generation
This commit is contained in:
parent
e76bf01361
commit
df45456adc
|
@ -0,0 +1,11 @@
|
||||||
|
import { Text } from '@status-im/components'
|
||||||
|
|
||||||
|
const KeyGenerationTitle = () => {
|
||||||
|
return (
|
||||||
|
<Text size={27} weight={'semibold'}>
|
||||||
|
Key Generation
|
||||||
|
</Text>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default KeyGenerationTitle
|
Loading…
Reference in New Issue