diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index fb315ca..6b1e0fa 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -4,6 +4,7 @@ export interface Props { } const { url } = Astro.props; +const placeholder = 'Type the URL of an article here'; ---
+