adds permissionless 3 event

This commit is contained in:
akcodez
2024-10-10 10:53:48 -07:00
parent 4d3d3edece
commit a24d15fde6
3 changed files with 24 additions and 1 deletions

View File

@@ -941,6 +941,17 @@ const events = [
image: require('../static/img/events/xrpl-future.png'),
end_date: "October 3, 2024",
},
{
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
description:
"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.",
type: "meetup",
link: "https://lu.ma/71ag93un?locale=en-GB",
location: "Salt Lake City, Utah",
date: "October 10, 2024",
image: require('../static/img/events/salt-lake-city.jpg'),
end_date: "October 10, 2024",
},
];

View File

@@ -305,6 +305,18 @@ const events = [
start_date: "October 2, 2024",
end_date: "October 2, 2024",
},
{
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
description:
"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.",
type: "meetup",
link: "https://lu.ma/71ag93un?locale=en-GB",
location: "Salt Lake City, Utah",
date: "October 10, 2024",
image: require('../static/img/events/salt-lake-city.jpg'),
start_date: "October 10, 2024",
end_date: "October 10, 2024",
},
{
name: "XRPL Builder Office Hours",
description:
@@ -328,7 +340,7 @@ const events = [
image: infoSession4,
start_date: "November 22, 2024",
end_date: "November 22, 2024",
}
},
];
const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events);
const XrplEventsAndCarouselSection = ({ events }) => {

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB