fix: add underline to name of component to make it look clickable on error (#4796)

Fixed underline

Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
This commit is contained in:
Lucas Oliveira 2024-11-22 19:25:48 -03:00 committed by GitHub
commit 39c34fc376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@ export default function ChatMessage({
<span
className={cn(
closeChat
? "cursor-pointer hover:underline"
? "cursor-pointer underline"
: "",
)}
onClick={() => {