From 6dbec8ec2baf2b3af0cbef028fabe48cd2ffd905 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:30:17 +0000 Subject: [PATCH 1/4] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 835ac11..5c6fcc2 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -30,6 +30,7 @@ export default function DashboardPage() { gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1 From 0d8dc3b1802067749df3498b5585f84057024257 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:30:17 +0000 Subject: [PATCH 2/4] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 1c05ac8..feed3b8 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -27,7 +27,7 @@ export default function PrivacyPage() { -- 2.49.1 From c86a6a8f117eb3d0b6103627071b9345acd156ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:30:18 +0000 Subject: [PATCH 3/4] Update src/app/responsible-gaming/page.tsx --- src/app/responsible-gaming/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/responsible-gaming/page.tsx b/src/app/responsible-gaming/page.tsx index 14983d7..7f1f982 100644 --- a/src/app/responsible-gaming/page.tsx +++ b/src/app/responsible-gaming/page.tsx @@ -35,7 +35,7 @@ export default function ResponsibleGamingPage() { layout="page" title="Responsible Gaming" sections={[ - { heading: "Our Commitment", content: { type: "paragraph", text: "At Swift Haul, we prioritize safety and integrity in everything we do." } } + { heading: "Our Commitment", content: { text: "At Swift Haul, we prioritize safety and integrity in everything we do.", type: "paragraph" } } ]} /> -- 2.49.1 From 980079feb45198ad0a8acf2698b965788e81cf84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:30:18 +0000 Subject: [PATCH 4/4] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 33b1ff6..a782db2 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -27,7 +27,7 @@ export default function TermsPage() { -- 2.49.1