From 74f8f514276d1f0778b6fe2be8edcd7536b35f8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:45:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba01b64..6bf00b2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From bc0c9ad2716f00648df075008fe95a2eeaae0909 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:45:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b5725..70b657d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1