From ea6b0d765811a0d385e5b00313421605b09a6069 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 19 Jun 2023 10:14:31 +0200 Subject: [PATCH] feat: home link --- src/components/AddressBar.astro | 21 +++++++++++++-------- src/components/Library.astro | 3 ++- src/utils/library.ts | 8 ++++---- 3 files changed, 19 insertions(+), 13 deletions(-) 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'; ---
- +