From 66238c11691abe87c449d1ee6f7a6a7bcc29428c Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 12 Jun 2023 22:00:06 +0200 Subject: [PATCH] style: address bar color adjustments --- src/components/AddressBar.astro | 10 ++++------ src/layouts/Layout.astro | 5 +++-- 2 files changed, 7 insertions(+), 8 deletions(-) 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; -