From 80e41c5bbc6e1f52c025851fb1d17361d94559cc Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 12:06:41 +0100 Subject: [PATCH] [dyad] Added character count to length indicator - wrote 2 file(s) --- src/components/length-indicator.tsx | 7 ++++++- src/components/meta-form.tsx | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/length-indicator.tsx b/src/components/length-indicator.tsx index 72c1dae..863acca 100644 --- a/src/components/length-indicator.tsx +++ b/src/components/length-indicator.tsx @@ -49,7 +49,12 @@ export function LengthIndicator({ length, type }: LengthIndicatorProps) { -
+
+
+ + {length} + +

diff --git a/src/components/meta-form.tsx b/src/components/meta-form.tsx index e9df71c..a641d2f 100644 --- a/src/components/meta-form.tsx +++ b/src/components/meta-form.tsx @@ -72,11 +72,11 @@ export function MetaForm() {

-

Meta Title

+

Meta Title

{metaData.title || "Not found"} @@ -84,11 +84,11 @@ export function MetaForm() {

-

Meta Description

+

Meta Description

{metaData.description || "Not found"}