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}

+
); }