Skip to content

Commit

Permalink
Fixed underline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored and ogabrielluiz committed Nov 22, 2024
1 parent 214d5a9 commit 120680b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function ChatMessage({
<span
className={cn(
closeChat
? "cursor-pointer hover:underline"
? "cursor-pointer underline"
: "",
)}
onClick={() => {
Expand Down

0 comments on commit 120680b

Please sign in to comment.