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