Skip to content

Commit c09d607

Browse files
authored
Update faq.tsx
1 parent d7be7ef commit c09d607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const FaqItem = React.forwardRef<
102102
<h3
103103
className={cn(
104104
"text-base font-medium transition-colors duration-200 text-left",
105-
"text-foreground/70 whitespace-prewrap",
105+
"text-foreground/70 whitespace-pre-wrap",
106106
isOpen && "text-foreground"
107107
)}
108108
>

0 commit comments

Comments
 (0)