diff --git a/src/components/Nip05/index.tsx b/src/components/Nip05/index.tsx
index 1de6e883..6d75c116 100644
--- a/src/components/Nip05/index.tsx
+++ b/src/components/Nip05/index.tsx
@@ -24,20 +24,27 @@ export default function Nip05({ pubkey, append }: { pubkey: string; append?: str
if (!profile?.nip05 || !nip05Name || !nip05Domain) return null
return (
-
e.stopPropagation()}>
+
e.stopPropagation()}
+ >
{nip05Name !== '_' ? (
@{nip05Name}
) : null}
+ {nip05IsVerified ? (
+ }
+ />
+ ) : (
+
+ )}
- {nip05IsVerified ? (
- } />
- ) : (
-
- )}
- {nip05Domain}
+ {nip05Domain}
{append && {append}}
diff --git a/src/components/Note/index.tsx b/src/components/Note/index.tsx
index e7a7b79a..efa34d21 100644
--- a/src/components/Note/index.tsx
+++ b/src/components/Note/index.tsx
@@ -62,7 +62,7 @@ export default function Note({
using {usingClient}
)}
-