From 9c1c4e1581ea640c83c00f3602e5336eb3f131a3 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 12:06:55 +0100 Subject: [PATCH] Reverted all changes back to version 4c06ed78cf3a475b4e2e27ebf546adb8ebd3f2fe --- src/components/length-indicator.tsx | 7 +------ src/components/meta-form.tsx | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/length-indicator.tsx b/src/components/length-indicator.tsx index 863acca..72c1dae 100644 --- a/src/components/length-indicator.tsx +++ b/src/components/length-indicator.tsx @@ -49,12 +49,7 @@ export function LengthIndicator({ length, type }: LengthIndicatorProps) { -
-
- - {length} - -
+

diff --git a/src/components/meta-form.tsx b/src/components/meta-form.tsx index a641d2f..e9df71c 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"}