From 11606bed2b45f5daafa3f8040ae837d21a5a6eb2 Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Mon, 3 Feb 2025 21:20:48 -0600 Subject: [PATCH] Update styles --- src/components/SearchBar.astro | 2 +- src/pages/notes/search.astro | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro index e341191..d42f0a4 100644 --- a/src/components/SearchBar.astro +++ b/src/components/SearchBar.astro @@ -5,4 +5,4 @@ import { getCollection } from 'astro:content' const allNotes = await getCollection('notes') --- - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/notes/search.astro b/src/pages/notes/search.astro index f6d57d7..bbce7a5 100644 --- a/src/pages/notes/search.astro +++ b/src/pages/notes/search.astro @@ -1,10 +1,6 @@ --- import Main from '../../layouts/Main.astro' -// import SearchBar from '../../components/SearchBar.astro' -import SearchBar from '../../components/ui/Search' -import { getCollection } from 'astro:content' - -const allNotes = await getCollection('notes') +import SearchBar from '../../components/SearchBar.astro' ---
- +