diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro
index 2abc001..aa25800 100644
--- a/src/components/AddressBar.astro
+++ b/src/components/AddressBar.astro
@@ -11,7 +11,7 @@ const form = new FormGroup([
{
name: "url",
value: url,
- placeholder: "Put the URL here",
+ placeholder: "Type a URL here",
validators: [Validators.required, Validators.minLength(11)],
},
]);
@@ -37,7 +37,6 @@ const form = new FormGroup([
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 0805f0c..501065b 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -40,7 +40,7 @@ const { meta } = Astro.props;
-