From 97063d7a91e0967be266036cb3c891f01e4691bc Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Sun, 25 Aug 2024 01:28:11 +0100 Subject: [PATCH] chore: style changes --- apps/web/app/root.tsx | 2 +- apps/web/app/routes/_index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/app/root.tsx b/apps/web/app/root.tsx index c5cf98d..1f7cdb7 100644 --- a/apps/web/app/root.tsx +++ b/apps/web/app/root.tsx @@ -30,7 +30,7 @@ export function Layout({ children }: { children: React.ReactNode }) { -
{children}
+
{children}
diff --git a/apps/web/app/routes/_index.tsx b/apps/web/app/routes/_index.tsx index 59386b4..e68781d 100644 --- a/apps/web/app/routes/_index.tsx +++ b/apps/web/app/routes/_index.tsx @@ -63,7 +63,7 @@ export default function Index() { return ( <>
@@ -123,7 +123,7 @@ export default function Index() {
{hasSearched && ( -
+

Search Results

{data ? (