Skip to content

Commit

Permalink
fix cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jan 23, 2025
1 parent 348ad77 commit 8fc6176
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ export function ConversationCard({
data-testid="conversation-card"
onClick={handleClick}
className={cn(
"h-[100px] w-full px-[18px] py-4 border-b border-neutral-600 cursor-pointer",
"h-[100px] w-full px-[18px] py-4 border-b border-neutral-600",
variant === "compact" &&
"h-auto w-fit rounded-xl border border-[#525252]",
titleMode === "view" && "cursor-pointer",
)}
>
<div className="flex items-center justify-between">
Expand Down

0 comments on commit 8fc6176

Please sign in to comment.