From 3f984ff18e1b5c765143539db211b39fb10eaec2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:55:50 +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 f583c47..d309e45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 794a28d4435bcfdcd1e2d6902185aff9600574b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:55:51 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c06c19..ddc49f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -281,4 +281,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1