Skip to content

Commit 52dd375

Browse files
authored
Merge pull request #2805 from XRPLF/events-updates-10/09/24
feat: adds permissionless 3 event
2 parents 4d3d3ed + a24d15f commit 52dd375

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

community/events.page.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,17 @@ const events = [
941941
image: require('../static/img/events/xrpl-future.png'),
942942
end_date: "October 3, 2024",
943943
},
944+
{
945+
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
946+
description:
947+
"Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.",
948+
type: "meetup",
949+
link: "https://lu.ma/71ag93un?locale=en-GB",
950+
location: "Salt Lake City, Utah",
951+
date: "October 10, 2024",
952+
image: require('../static/img/events/salt-lake-city.jpg'),
953+
end_date: "October 10, 2024",
954+
},
944955
];
945956

946957

community/index.page.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,18 @@ const events = [
305305
start_date: "October 2, 2024",
306306
end_date: "October 2, 2024",
307307
},
308+
{
309+
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
310+
description:
311+
"Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.",
312+
type: "meetup",
313+
link: "https://lu.ma/71ag93un?locale=en-GB",
314+
location: "Salt Lake City, Utah",
315+
date: "October 10, 2024",
316+
image: require('../static/img/events/salt-lake-city.jpg'),
317+
start_date: "October 10, 2024",
318+
end_date: "October 10, 2024",
319+
},
308320
{
309321
name: "XRPL Builder Office Hours",
310322
description:
@@ -328,7 +340,7 @@ const events = [
328340
image: infoSession4,
329341
start_date: "November 22, 2024",
330342
end_date: "November 22, 2024",
331-
}
343+
},
332344
];
333345
const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events);
334346
const XrplEventsAndCarouselSection = ({ events }) => {

static/img/events/salt-lake-city.jpg

172 KB
Loading

0 commit comments

Comments
 (0)