Skip to content

Commit 185227b

Browse files
committed
updated
1 parent 5076185 commit 185227b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/Page/OpportunitiesHub/CompetitionList.jsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ const Competitions = [
5454
shareLink: '#comingsoon',
5555
},
5656

57+
{
58+
organizer: 'Organizer Name',
59+
title: 'Event Name',
60+
location: 'Event Location',
61+
date: 'Event Date',
62+
domains: ['Open Innovation', 'No Restrictions'],
63+
applyLink: '#',
64+
poster: '/assets/Coming Soon.png',
65+
shareLink: '#comingsoon',
66+
},
67+
5768
];
5869

5970
const StyledCompetitionsCard = styled.div`

0 commit comments

Comments
 (0)