From ac96022178165c678f774e248c918a3a6558f42d Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 25 Aug 2025 15:53:38 +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/Note/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Note/index.tsx b/src/components/Note/index.tsx index d1a9bd74..bda6c283 100644 --- a/src/components/Note/index.tsx +++ b/src/components/Note/index.tsx @@ -107,7 +107,7 @@ export default function Note({ className={`font-semibold flex truncate ${size === 'small' ? 'text-sm' : ''}`} skeletonClassName={size === 'small' ? 'h-3' : 'h-4'} /> - {usingClient && size === 'normal' && ( + {usingClient && ( using {usingClient} )}