diff --git a/apps/infoalloggi/src/components/chat/chat-attachments.tsx b/apps/infoalloggi/src/components/chat/chat-attachments.tsx index f933503..f593797 100644 --- a/apps/infoalloggi/src/components/chat/chat-attachments.tsx +++ b/apps/infoalloggi/src/components/chat/chat-attachments.tsx @@ -29,7 +29,7 @@ export const ChatAttachments = ({
{data.map((file) => (
@@ -53,7 +53,7 @@ export const ChatAttachments = ({ params: { mode: "download" }, })} > - diff --git a/apps/infoalloggi/src/components/chat/chat-list.tsx b/apps/infoalloggi/src/components/chat/chat-list.tsx index 570524e..b201e01 100644 --- a/apps/infoalloggi/src/components/chat/chat-list.tsx +++ b/apps/infoalloggi/src/components/chat/chat-list.tsx @@ -313,16 +313,19 @@ export const ChatList = () => { className="mt-1 w-full rounded-md border-l-4 bg-secondary px-2 py-0.5 text-foreground group-hover:bg-secondary/90" style={{ borderColor: reply_userColor }} > - - {message.reply_source.sender === session.id - ? "Tu" - : message.reply_source.nome} - +
+ + + {message.reply_source.sender === session.id + ? "Tu" + : message.reply_source.nome} + +
{message.reply_source.message}