mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
chore: minor formatting
This commit is contained in:
parent
111ecc79fd
commit
16ebbb0709
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ export function CommentTrigger({ commentCount, isOpen, onClick }: CommentTrigger
|
|||
>
|
||||
<MessageSquare className={cn("size-4", isOpen && "fill-current")} />
|
||||
{hasComments && (
|
||||
<span className="min-w-[1.25rem] text-xs font-medium">{commentCount}</span>
|
||||
<span className="min-w-5 text-xs font-medium">{commentCount}</span>
|
||||
)}
|
||||
</Button>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue