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