From dd8c9fc54829f903f06f6a8b56259defc1ba8389 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 13:18:05 +0100 Subject: [PATCH] [dyad] Added help text for meta fields - wrote 1 file(s) --- src/components/meta-form.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/meta-form.tsx b/src/components/meta-form.tsx index f99f498..cbefda3 100644 --- a/src/components/meta-form.tsx +++ b/src/components/meta-form.tsx @@ -112,7 +112,7 @@ export function MetaForm() { )}
-
+

Meta Title @@ -139,6 +139,9 @@ export function MetaForm() {

+

+ The title of the page, ideally between 30 and 60 characters. +

{isEditingTitle ? (
-
+

Meta Description @@ -180,6 +183,9 @@ export function MetaForm() {

+

+ A brief summary of the page's content, ideally between 120 and 158 characters. +

{isEditingDescription ? (