diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationTitle.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationTitle.tsx new file mode 100644 index 00000000..c8c02cab --- /dev/null +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationTitle.tsx @@ -0,0 +1,11 @@ +import { Text } from '@status-im/components' + +const KeyGenerationTitle = () => { + return ( + + Key Generation + + ) +} + +export default KeyGenerationTitle