From ed0c6e835e855df714d8970e6ba88f89f7b55e83 Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Mon, 27 Oct 2025 18:14:28 -0500 Subject: [PATCH 1/3] Light mode background --- src/components/Landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index 661ee6b..e76a8e4 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -25,7 +25,7 @@ const ExplanatoryPage = ({ next?: number; }) => { return ( -
+
tutorial descriptive Date: Mon, 27 Oct 2025 18:15:18 -0500 Subject: [PATCH 2/3] Other page --- src/app/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/index.tsx b/src/app/index.tsx index 0d6b304..503a59a 100644 --- a/src/app/index.tsx +++ b/src/app/index.tsx @@ -269,7 +269,7 @@ const Index = () => {
@@ -292,7 +292,7 @@ const Index = () => { />
{page !== 'list' && ( -
+
Date: Mon, 27 Oct 2025 18:17:34 -0500 Subject: [PATCH 3/3] Format --- src/app/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/index.tsx b/src/app/index.tsx index 503a59a..9f4b6d4 100644 --- a/src/app/index.tsx +++ b/src/app/index.tsx @@ -269,7 +269,8 @@ const Index = () => {