diff --git a/src/components/faq-display.tsx b/src/components/faq-display.tsx index 47a21fd..5715f34 100644 --- a/src/components/faq-display.tsx +++ b/src/components/faq-display.tsx @@ -16,18 +16,13 @@ interface FaqDisplayProps { export function FaqDisplay({ faqs }: FaqDisplayProps) { return ( -
- The title of the page, ideally between 30 and 60 - characters. -
- {isEditingTitle ? ( - setEditableTitle(e.target.value)} - className="w-full" - placeholder="Meta Title" - /> - ) : ( -- {editableTitle || "Not found"} +
+ The title of the page, ideally between 30 and 60 + characters.
- )} -+ {editableTitle || "Not found"} +
+ )} ++ {editableDescription || "Not found"} +
+ )}- A brief summary of the page's content, ideally between 120 - and 158 characters. -
- {isEditingDescription ? ( -