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"}