From 544d65972aaee1d59780c35884e00273ed279338 Mon Sep 17 00:00:00 2001 From: codytseng Date: Thu, 26 Jun 2025 23:50:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Nip05/index.tsx | 23 +++++++++++++++-------- src/components/Note/index.tsx | 2 +- src/components/ReplyNote/index.tsx | 4 ++-- 3 files changed, 18 insertions(+), 11 deletions(-) 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} )}
-
+
-
+
)}
-
+