From f512731cab668f551dab3f01267c7a2c7dbfb0bc Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 15 Jun 2023 13:15:14 +0200 Subject: [PATCH] feat: require url input --- src/components/AddressBar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AddressBar.astro b/src/components/AddressBar.astro index c95dd8d..28c365e 100644 --- a/src/components/AddressBar.astro +++ b/src/components/AddressBar.astro @@ -14,7 +14,7 @@ const placeholder = 'Type the URL of an article here'; - +