mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added cn() to textClass
This commit is contained in:
@@ -70,7 +70,7 @@ export default function OrgIcon({
|
||||
{iconURL ? (
|
||||
<img src={iconURL} alt={name} className={`rounded-md object-cover w-${size || 6} h-${size || 6}`} />
|
||||
) : (
|
||||
<span className={textClass}>{getInitials(name)}</span>
|
||||
<span className={cn(textClass)}>{getInitials(name)}</span>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user