this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make new lines work in chat messages

+1 -1
+1 -1
apps/web/src/components/chat-message.tsx
··· 4 4 import { Avatar, AvatarFallback } from "./ui/avatar"; 5 5 6 6 const chatMessage = cva( 7 - "rounded-2xl px-4 py-2 text-sm leading-relaxed wrap-anywhere", 7 + "rounded-2xl px-4 py-2 text-sm leading-relaxed wrap-anywhere whitespace-pre-wrap", 8 8 { 9 9 variants: { 10 10 author: {