From f3b80fd9f765fae4b0f5824cb2501d088d3282f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:18:51 +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 7d9086b..cf31e45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From bc70e93493c46f2032bb7d8a74badab92388b70f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:18:51 +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 a2835c8..f64a4e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1