Merge branch 'main' into production

This commit is contained in:
Yannic Kilcher
2023-01-17 22:46:32 +01:00
@@ -30,7 +30,12 @@ export function MessageTableEntry(props: MessageTableEntryProps) {
{props.enabled ? (
<Box width={["full", "full", "full", "fit-content"]} maxWidth={["full", "full", "full", "2xl"]}>
<Link href={`/messages/${item.id}`}>
<LinkBox bg={item.is_assistant ? backgroundColor : backgroundColor2} p="4" borderRadius="md">
<LinkBox
bg={item.is_assistant ? backgroundColor : backgroundColor2}
p="4"
borderRadius="md"
whiteSpace="pre-line"
>
{item.text}
</LinkBox>
</Link>