diff --git a/src/components/Note/index.tsx b/src/components/Note/index.tsx index d1a9bd7..bda6c28 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} )}