feat: 💨
This commit is contained in:
parent
bd33366342
commit
ac96022178
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && (
|
||||
<span className="text-sm text-muted-foreground shrink-0">using {usingClient}</span>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue