From 6b3669b8bfe1431f223aacad74985309ab87b368 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 27 Jul 2025 10:27:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Move=20sidebar=20border?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchBar.astro | 2 +- src/components/SidebarAdd.astro | 2 +- src/components/SidebarEdit.astro | 2 +- src/pages/add.astro | 2 +- src/pages/edit.astro | 2 +- src/pages/index.astro | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index 74e4694..601017f 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -4,7 +4,7 @@ // TODO: Add options for AND/OR switching and sort by options --- -
+
Add Prompt diff --git a/src/components/SidebarAdd.astro b/src/components/SidebarAdd.astro index 01c95cc..9c71272 100644 --- a/src/components/SidebarAdd.astro +++ b/src/components/SidebarAdd.astro @@ -15,7 +15,7 @@ const code = `[ `; --- -