File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -996,6 +996,17 @@ const events = [
996
996
image : require ( '../static/img/events/aquarium.png' ) ,
997
997
end_date : "December 11, 2024" ,
998
998
} ,
999
+ {
1000
+ name : "XRPL Meetup NYC" ,
1001
+ description :
1002
+ "Get ready for an unforgettable evening at the XRPL Meetup NYC!" ,
1003
+ type : "meetup" ,
1004
+ link : "https://xrpl.at/Aquarium-XRPL-Residency-DemoDay4" ,
1005
+ location : " New York, New York" ,
1006
+ date : "November 19, 2024" ,
1007
+ image : require ( '../static/img/events/new-york.jpeg' ) ,
1008
+ end_date : "November 19, 2024" ,
1009
+ } ,
999
1010
] ;
1000
1011
1001
1012
Original file line number Diff line number Diff line change @@ -329,6 +329,18 @@ const events = [
329
329
start_date : "October 25, 2024" ,
330
330
end_date : "October 25, 2024" ,
331
331
} ,
332
+ {
333
+ name : "XRPL Meetup NYC" ,
334
+ description :
335
+ "Get ready for an unforgettable evening at the XRPL Meetup NYC!" ,
336
+ type : "meetup" ,
337
+ link : "https://xrpl.at/Aquarium-XRPL-Residency-DemoDay4" ,
338
+ location : " New York, New York" ,
339
+ date : "November 19, 2024" ,
340
+ image : require ( '../static/img/events/new-york.jpeg' ) ,
341
+ end_date : "November 19, 2024" ,
342
+ start_date : "November 19, 2024" ,
343
+ } ,
332
344
{
333
345
name : "XRPL Builder Office Hours" ,
334
346
description :
You can’t perform that action at this time.
0 commit comments