Skip to content

Commit

Permalink
fix: add underline to name of component to make it look clickable on …
Browse files Browse the repository at this point in the history
…error (#4796)

Fixed underline

Co-authored-by: Mike Fortman <[email protected]>
  • Loading branch information
lucaseduoli and mfortman11 authored Nov 22, 2024
1 parent 4620669 commit 39c34fc
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 39c34fc

Please sign in to comment.