Skip to content

Commit a0bd14a

Browse files
committed
dev
1 parent bb8796e commit a0bd14a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Page/OpportunitiesHub/EventsList.jsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ const shareContent = (url) => {
2121
// List of Global Tech Events
2222

2323
const techevents = [
24-
{
25-
organizer: 'GDG New Delhi',
26-
title: 'Google I/O Extended New Delhi 2025',
27-
location: 'ThoughtWorks, Gurugram, India',
28-
date: 'Sep 13',
29-
domains: ['Technology', 'Developer', 'GDG', 'Google I/O'],
30-
applyLink: 'https://www.commudle.com/communities/gdg-new-delhi/events/google-i-o-extended-new-delhi',
31-
poster: '/assets/Events/Google IO Delhi.jpg',
32-
shareLink: '#googleiodelhi',
33-
},
24+
// {
25+
// organizer: 'GDG New Delhi',
26+
// title: 'Google I/O Extended New Delhi 2025',
27+
// location: 'ThoughtWorks, Gurugram, India',
28+
// date: 'Sep 13',
29+
// domains: ['Technology', 'Developer', 'GDG', 'Google I/O'],
30+
// applyLink: 'https://www.commudle.com/communities/gdg-new-delhi/events/google-i-o-extended-new-delhi',
31+
// poster: '/assets/Events/Google IO Delhi.jpg',
32+
// shareLink: '#googleiodelhi',
33+
// },
3434
// {
3535
// organizer: 'GDG Gurugram',
3636
// title: 'DevFest Gurugram 2025',

0 commit comments

Comments
 (0)