From 5094705b6739988ac0f81e08ca2a3c9e837d2fac Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 16 Jul 2025 22:33:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Styling=20tweaks,=20andd?= =?UTF-8?q?=20buttons=20for=20add=20and=20home?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchBar.astro | 6 +++++- src/components/Sidebar.astro | 6 +++++- src/pages/add.astro | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index 1db0c49..69605c7 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -47,8 +47,12 @@ - + + + Add Prompt + diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index d2cd8c0..beb5d8b 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -9,5 +9,9 @@

Make sure to include a title, type, description, and any relevant tags.

-

You can also add notes for your own reference.

+ + + + Go Back + diff --git a/src/pages/add.astro b/src/pages/add.astro index eab632d..70f8831 100644 --- a/src/pages/add.astro +++ b/src/pages/add.astro @@ -57,13 +57,13 @@ const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY;
- - + +
- - + +