mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
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…
x
Reference in New Issue
Block a user