Skip to content

Commit d7e9d2c

Browse files
committed
add town hall meeting #2 event
1 parent c0f1b69 commit d7e9d2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

community/events.page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.
1515
const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png");
1616
const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png");
1717
const decarb = require('../static/img/events/xrpl-decarb.png')
18+
const townHall = require('../static/img/events/town-hall-meetup.png')
1819
export const frontmatter = {
1920
seo: {
2021
title: "Events",
@@ -872,7 +873,7 @@ const events = [
872873
link: "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737",
873874
location: "Virtual",
874875
date: "September 16, 2024",
875-
image: require('../static/img/events/town-hall-meetup.png'),
876+
image: townHall,
876877
end_date: "September 16, 2024",
877878
},
878879
{
@@ -1026,7 +1027,7 @@ const events = [
10261027
link: "https://xrpl.at/XRPL-TownHall-meeting2",
10271028
location: "Virtual",
10281029
date: "December 11, 2024",
1029-
image: require('../static/img/events/town-hall-meetup.png'),
1030+
image: townHall,
10301031
end_date: "December 11, 2024",
10311032
},
10321033
];

0 commit comments

Comments
 (0)