diff --git a/src/components/headlines-display.tsx b/src/components/headlines-display.tsx index 970bff8..8dff9a7 100644 --- a/src/components/headlines-display.tsx +++ b/src/components/headlines-display.tsx @@ -20,32 +20,29 @@ interface HeadlinesDisplayProps { export function HeadlinesDisplay({ headlines }: HeadlinesDisplayProps) { 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"} -
+ )} + + {metaData.faq && metaData.faq.length > 0 && ( ++ A brief summary of the page's content, ideally between 120 + and 158 characters. +
+ {isEditingDescription ? ( ++ {editableDescription || "Not found"} +
+ )}- A brief summary of the page's content, ideally between 120 - and 158 characters. -
- {isEditingDescription ? ( -