From e632a30297f08d8c7f76d9aeb2229ac7856515cf Mon Sep 17 00:00:00 2001 From: tusharsingla22222-source Date: Sun, 1 Mar 2026 19:18:56 +0530 Subject: [PATCH 01/10] fix: open card link in new tab using target _blank --- components/Card.tsx | 7 ++++++- pages/index.page.tsx | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/Card.tsx b/components/Card.tsx index a8e38c54b..482f960e9 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -108,7 +108,12 @@ const CardBody = ({ const Card: React.FC = ({ link, ...props }) => { return link ? ( - + ) : ( diff --git a/pages/index.page.tsx b/pages/index.page.tsx index bc627b9b5..21a8c7d51 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -526,7 +526,7 @@ const Home = (props: any) => {
Open Community Working Meetings @@ -534,7 +534,7 @@ const Home = (props: any) => { Office Hours From 6d0066fd8714144c1842a748ce92868b0ceef492 Mon Sep 17 00:00:00 2001 From: tusharsingla22222-source Date: Sun, 1 Mar 2026 22:37:55 +0530 Subject: [PATCH 02/10] fix: eslint and prettier issues --- components/Card.tsx | 16 ++++++++-------- pages/index.page.tsx | 6 ++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/components/Card.tsx b/components/Card.tsx index 482f960e9..7a3cf9508 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -40,21 +40,21 @@ const CardBody = ({ }; return ( - + {image && ( -
+
{title}
)} -
+
{icon && ( = ({ link, ...props }) => { return link ? ( diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 10f8db32a..4354fd0ad 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -526,7 +526,8 @@ const Home = (props: any) => {
Open Community Working Meetings @@ -534,7 +535,8 @@ const Home = (props: any) => { Office Hours From e0266fce1c8825466864855d6681383dc876c233 Mon Sep 17 00:00:00 2001 From: tusharsingla22222-source Date: Tue, 3 Mar 2026 12:58:51 +0530 Subject: [PATCH 03/10] fix: open slack link in new tab --- pages/index.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 4354fd0ad..dea823350 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -411,7 +411,7 @@ const Home = (props: any) => {