Skip to content

Commit f8e6d37

Browse files
committed
--debug
1 parent 4ab2077 commit f8e6d37

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

app/CommunityPartners/page.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ const currentPartners: Partner[] = [
4242
// }
4343
];
4444

45-
const pastPartners: Partner[] = [
46-
{
47-
id: 4,
48-
name: "Cloud Native Hooghly",
49-
logo: "/Assets/Logo/cnh_logo_stacked.png", // Using existing logo as placeholder
50-
website: "https://community.cncf.io/cloud-native-hooghly",
51-
description: "CNCF Hooghly Chapter, the dynamic and vibrant local community group affiliated with the prestigious Cloud Native Computing Foundation (CNCF). Our mission is to revolutionize the cloud-native landscape in the Hooghly region by fostering a platform that empowers networking, education, and collaboration.",
52-
status: 'past'
53-
},
54-
{
55-
id: 5,
56-
name: "Startup Accelerator",
57-
logo: "/Assets/Logo/cj_new_logo_2024.png", // Using existing logo as placeholder
58-
website: "https://startupaccelerator.com",
59-
description: "Helped launch numerous tech startups",
60-
status: 'past'
61-
}
62-
];
45+
// const pastPartners: Partner[] = [
46+
// {
47+
// id: 4,
48+
// name: "Cloud Native Hooghly",
49+
// logo: "/Assets/Logo/cnh_logo_stacked.png", // Using existing logo as placeholder
50+
// website: "https://community.cncf.io/cloud-native-hooghly",
51+
// description: "CNCF Hooghly Chapter, the dynamic and vibrant local community group affiliated with the prestigious Cloud Native Computing Foundation (CNCF). Our mission is to revolutionize the cloud-native landscape in the Hooghly region by fostering a platform that empowers networking, education, and collaboration.",
52+
// status: 'past'
53+
// },
54+
// {
55+
// id: 5,
56+
// name: "Startup Accelerator",
57+
// logo: "/Assets/Logo/cj_new_logo_2024.png", // Using existing logo as placeholder
58+
// website: "https://startupaccelerator.com",
59+
// description: "Helped launch numerous tech startups",
60+
// status: 'past'
61+
// }
62+
// ];
6363

6464
export default function CommunityPartners() {
6565
const handlePartnerClick = (website: string) => {

0 commit comments

Comments
 (0)