diff --git a/src/components/SearchBar.astro b/src/components/SearchBar.astro
index d42f0a4..e341191 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/components/ui/Search.jsx b/src/components/ui/Search.jsx
index 9e6e70a..202677d 100644
--- a/src/components/ui/Search.jsx
+++ b/src/components/ui/Search.jsx
@@ -41,7 +41,7 @@ export default function Search({ searchList }) {
)}
{notes &&
notes.map((note) => (
-
+
))}
>
)