[dyad] Added help text for meta fields - wrote 1 file(s)
This commit is contained in:
@@ -112,7 +112,7 @@ export function MetaForm() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div>
|
<div>
|
||||||
<div className="flex items-center justify-between mb-2">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<h3 className="font-semibold text-card-foreground">
|
<h3 className="font-semibold text-card-foreground">
|
||||||
Meta Title
|
Meta Title
|
||||||
@@ -139,6 +139,9 @@ export function MetaForm() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<p className="text-sm text-muted-foreground mt-1 mb-2">
|
||||||
|
The title of the page, ideally between 30 and 60 characters.
|
||||||
|
</p>
|
||||||
{isEditingTitle ? (
|
{isEditingTitle ? (
|
||||||
<Input
|
<Input
|
||||||
value={editableTitle}
|
value={editableTitle}
|
||||||
@@ -153,7 +156,7 @@ export function MetaForm() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="flex items-center justify-between mb-2">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<h3 className="font-semibold text-card-foreground">
|
<h3 className="font-semibold text-card-foreground">
|
||||||
Meta Description
|
Meta Description
|
||||||
@@ -180,6 +183,9 @@ export function MetaForm() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<p className="text-sm text-muted-foreground mt-1 mb-2">
|
||||||
|
A brief summary of the page's content, ideally between 120 and 158 characters.
|
||||||
|
</p>
|
||||||
{isEditingDescription ? (
|
{isEditingDescription ? (
|
||||||
<Textarea
|
<Textarea
|
||||||
value={editableDescription}
|
value={editableDescription}
|
||||||
|
|||||||
Reference in New Issue
Block a user