From bc1ce462d5656dca8c53340dfbf6a59743e22d33 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 10 Dec 2025 19:38:41 +0000 Subject: [PATCH 1/4] fixed open-comunity-meetings-button --- pages/index.page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 4c014de75..662fb949a 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -519,7 +519,7 @@ const Home = (props: any) => { Open Community Working Meetings @@ -527,7 +527,7 @@ const Home = (props: any) => { Office Hours From a2bc3b1a26ab2166c5c2f3a9451b3a5c33a62f2a Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 16 Dec 2025 18:18:58 +0000 Subject: [PATCH 2/4] spacing on all mobile viewport are fixed --- pages/index.page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 662fb949a..1e2638802 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -515,11 +515,11 @@ const Home = (props: any) => { and by appointment. Open Community Working Meetings are every third Monday of the month at 12:00 PT.

-
+
Open Community Working Meetings @@ -527,7 +527,7 @@ const Home = (props: any) => { Office Hours From 62a7afffde483991bfc3b46a09921711051ead9f Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 17 Dec 2025 17:24:38 +0000 Subject: [PATCH 3/4] responsive alignment for community meeting buttons is fixed --- pages/index.page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 1e2638802..8d3c9bce9 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -515,11 +515,11 @@ const Home = (props: any) => { and by appointment. Open Community Working Meetings are every third Monday of the month at 12:00 PT.

-
+
Open Community Working Meetings @@ -527,7 +527,7 @@ const Home = (props: any) => { Office Hours From ae8dfe68ecd2c47ae5f2c17e4ceb8a4bc593cd73 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 17 Dec 2025 17:42:52 +0000 Subject: [PATCH 4/4] chore: trigger CI re-run