From c204dbbc7c96864c02fa4727297ed7145fb1a89b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:47:45 +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 af3179c..3c3eb05 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a54b35d953ebf299d8444073dca2d42dc706e06a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:47:46 +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 87c3bfb..5f8c735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1