diff --git a/src/app/components/search-bar.tsx b/src/app/components/search-bar.tsx index 9d03063..6948006 100644 --- a/src/app/components/search-bar.tsx +++ b/src/app/components/search-bar.tsx @@ -4,10 +4,14 @@ import { Icon } from "@iconify/react"; export default function SearchBar() { return ( -
- -
); diff --git a/src/app/page.tsx b/src/app/page.tsx index be71a88..20c453b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,10 @@ export default function Page() {
{/* testing purposes only */} {[...Array(12)].map((_, index) => ( -
+
mii

Frieren