diff --git a/src/Element/Nip5Service.tsx b/src/Element/Nip5Service.tsx index 0ab9dfca..d1b32a1f 100644 --- a/src/Element/Nip5Service.tsx +++ b/src/Element/Nip5Service.tsx @@ -159,7 +159,7 @@ export default function Nip5Service(props: Nip05ServiceProps) {

Find out more info about {props.name} at {props.link}

{error && {error.error}} {!registerStatus &&
- setHandle(e.target.value)} /> + setHandle(e.target.value.toLowerCase())} />  @