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 6fb3e0d commit 5076185Copy full SHA for 5076185
1 file changed
src/Page/OpportunitiesHub/CompetitionList.jsx
@@ -31,6 +31,29 @@ const Competitions = [
31
poster: '/assets/Coming Soon.png',
32
shareLink: '#comingsoon',
33
},
34
+
35
+ {
36
+ organizer: 'Organizer Name',
37
+ title: 'Event Name',
38
+ location: 'Event Location',
39
+ date: 'Event Date',
40
+ domains: ['Open Innovation', 'No Restrictions'],
41
+ applyLink: '#',
42
+ poster: '/assets/Coming Soon.png',
43
+ shareLink: '#comingsoon',
44
+ },
45
46
47
48
49
50
51
52
53
54
55
56
57
];
58
59
const StyledCompetitionsCard = styled.div`
0 commit comments