From 29692bc9aabc2d323da8ab9a7ee7892620290266 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 2 Jul 2025 23:27:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=92=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProfileCard/index.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/ProfileCard/index.tsx b/src/components/ProfileCard/index.tsx index 29264699..50dff04c 100644 --- a/src/components/ProfileCard/index.tsx +++ b/src/components/ProfileCard/index.tsx @@ -19,12 +19,10 @@ export default function ProfileCard({ pubkey }: { pubkey: string }) { {about && ( -
- -
+ )} )