From aca2cad7c71dd92b2a117c567022ef585b0e1804 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 15:18:47 +0100 Subject: [PATCH] [dyad] Restored FAQ schema labels - wrote 1 file(s) --- src/components/pretty-schema-display.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/pretty-schema-display.tsx b/src/components/pretty-schema-display.tsx index b251052..27c825c 100644 --- a/src/components/pretty-schema-display.tsx +++ b/src/components/pretty-schema-display.tsx @@ -105,9 +105,19 @@ const FaqQuestion = ({ item }: { item: any }) => { item.acceptedAnswer?.text ) { return ( -
-

{item.name}

-

{item.acceptedAnswer.text}

+
+
+ + Question: + +

{item.name}

+
+
+ + Answer: + +

{item.acceptedAnswer.text}

+
); }