This pull request includes a small change to the src/frontend/src/modals/IOModal/components/chatView/chatMessage/newChatMessage.tsx file. The change modifies the styling of a span element to always underline when closeChat is true, removing the hover effect.
This pull request includes a small change to the
src/frontend/src/modals/IOModal/components/chatView/chatMessage/newChatMessage.tsx
file. The change modifies the styling of aspan
element to always underline whencloseChat
is true, removing the hover effect.Styling change:
src/frontend/src/modals/IOModal/components/chatView/chatMessage/newChatMessage.tsx
: Changed theclassName
condition to always apply "underline" instead of "hover:underline" whencloseChat
is true.