We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5076185 commit 185227bCopy full SHA for 185227b
1 file changed
src/Page/OpportunitiesHub/CompetitionList.jsx
@@ -54,6 +54,17 @@ const Competitions = [
54
shareLink: '#comingsoon',
55
},
56
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
+
68
];
69
70
const StyledCompetitionsCard = styled.div`
0 commit comments