From f5fcd7b3e7d66cc923c9b237be351ca343d0706b Mon Sep 17 00:00:00 2001 From: Thad Miller Date: Sun, 8 Mar 2026 00:03:25 -0500 Subject: [PATCH] [bugfix] clear the notfound message on new search --- src/components/NavBar.astro | 21 --------------------- src/components/Search.astro | 2 ++ 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro index 0518a63..81324d0 100644 --- a/src/components/NavBar.astro +++ b/src/components/NavBar.astro @@ -2,27 +2,6 @@ import '/src/assets/css/main.scss'; export const prerender = false; --- -