Skip to content

Commit 62553cd

Browse files
committed
chore(web): remove redundant trigger cursor class
1 parent b154fb4 commit 62553cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/chat/MessagesTimeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ const WorkGroupSection = memo(function WorkGroupSection({
554554
</p>
555555
{hasOverflow && (
556556
<CollapsibleTrigger
557-
className="cursor-pointer text-[9px] uppercase tracking-[0.12em] text-muted-foreground/55 transition-colors duration-150 hover:text-foreground/75"
557+
className="text-[9px] uppercase tracking-[0.12em] text-muted-foreground/55 transition-colors duration-150 hover:text-foreground/75"
558558
data-scroll-anchor-ignore
559559
>
560560
{isExpanded ? "Show less" : `Show ${overflowEntries.length} more`}

0 commit comments

Comments
 (0)