From d7e9d2c32ce37b8dcefa15eb96136eb93faafc8b Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 2 Dec 2024 09:54:36 -0800 Subject: [PATCH] add town hall meeting #2 event --- community/events.page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/events.page.tsx b/community/events.page.tsx index f281b3be55..cc14b26402 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02. const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png"); const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png"); const decarb = require('../static/img/events/xrpl-decarb.png') +const townHall = require('../static/img/events/town-hall-meetup.png') export const frontmatter = { seo: { title: "Events", @@ -872,7 +873,7 @@ const events = [ link: "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737", location: "Virtual", date: "September 16, 2024", - image: require('../static/img/events/town-hall-meetup.png'), + image: townHall, end_date: "September 16, 2024", }, { @@ -1026,7 +1027,7 @@ const events = [ link: "https://xrpl.at/XRPL-TownHall-meeting2", location: "Virtual", date: "December 11, 2024", - image: require('../static/img/events/town-hall-meetup.png'), + image: townHall, end_date: "December 11, 2024", }, ];