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:
parent
4620669129
commit
39c34fc376
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ export default function ChatMessage({
|
|||
<span
|
||||
className={cn(
|
||||
closeChat
|
||||
? "cursor-pointer hover:underline"
|
||||
? "cursor-pointer underline"
|
||||
: "",
|
||||
)}
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue