Skip to content

Commit 17e0158

Browse files
committed
dev
1 parent 8060f6b commit 17e0158

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Page/OpportunitiesHub/CompetitionList.jsx

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

2323
const Competitions = [
24-
{
25-
organizer: 'Google',
26-
title: 'GEN AI Exchange Program',
27-
location: 'Online',
28-
date: 'Aug 28',
29-
domains: ['Open Innovation', 'real-world challenges', 'Google Cloud', 'Generative AI', 'Google AI'],
30-
applyLink:
31-
'https://vision.hack2skill.com/event/genaiexchange/?utm_source=hack2skill&utm_medium=teamdashboard&utm_term=referral-1&utm_campaign=genaiexchange&utm_content=673a30cde4555f1991506e5f',
32-
poster: '/assets/Hackathons/GEN AI Exchange Program.jpg',
33-
shareLink: '#gen-ai-exchange-program',
34-
},
24+
// {
25+
// organizer: 'Google',
26+
// title: 'GEN AI Exchange Program',
27+
// location: 'Online',
28+
// date: 'Aug 28',
29+
// domains: ['Open Innovation', 'real-world challenges', 'Google Cloud', 'Generative AI', 'Google AI'],
30+
// applyLink:
31+
// 'https://vision.hack2skill.com/event/genaiexchange/?utm_source=hack2skill&utm_medium=teamdashboard&utm_term=referral-1&utm_campaign=genaiexchange&utm_content=673a30cde4555f1991506e5f',
32+
// poster: '/assets/Hackathons/GEN AI Exchange Program.jpg',
33+
// shareLink: '#gen-ai-exchange-program',
34+
// },
3535
];
3636

3737
const StyledCompetitionsCard = styled.div`

0 commit comments

Comments
 (0)