From 3ad0762e17629a8b55318358597bd1ea5ef7c9d3 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 27 Jul 2025 10:41:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Remove=20unused=20scripts?= =?UTF-8?q?,=20remove=20sidebar=20height?= 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/layouts/MainLayout.astro | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index 601017f..7e861d8 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 9c71272..84e582a 100644 --- a/src/components/SidebarAdd.astro +++ b/src/components/SidebarAdd.astro @@ -15,7 +15,7 @@ const code = `[ `; --- -