File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/Page/OpportunitiesHub Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,29 @@ const Competitions = [
3131 poster : '/assets/Coming Soon.png' ,
3232 shareLink : '#comingsoon' ,
3333 } ,
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+ organizer : 'Organizer Name' ,
48+ title : 'Event Name' ,
49+ location : 'Event Location' ,
50+ date : 'Event Date' ,
51+ domains : [ 'Open Innovation' , 'No Restrictions' ] ,
52+ applyLink : '#' ,
53+ poster : '/assets/Coming Soon.png' ,
54+ shareLink : '#comingsoon' ,
55+ } ,
56+
3457] ;
3558
3659const StyledCompetitionsCard = styled . div `
You can’t perform that action at this time.
0 commit comments