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 cb2620c commit bf95fbcCopy full SHA for bf95fbc
community/events.page.tsx
@@ -1007,6 +1007,17 @@ const events = [
1007
image: require('../static/img/events/new-york.jpeg'),
1008
end_date: "November 19, 2024",
1009
},
1010
+ {
1011
+ name: "XRPL Webinar - Crypto for Good Fund",
1012
+ description:
1013
+ "Join Mercy Corps Ventures, Ripple Impact and XRPL Commons for a webinar focused on supporting emerging market startups building on XRPL.",
1014
+ type: "info",
1015
+ link: "https://xrpl.at/XRPL-Webinar-CryptoForGoodFund",
1016
+ location: "Virtual",
1017
+ date: "December 3, 2024",
1018
+ image: infoSession,
1019
+ end_date: "December 3, 2024",
1020
+ },
1021
];
1022
1023
0 commit comments