@@ -10,6 +10,7 @@ const zone = require("../static/img/events/XRPLZone.png")
10
10
const calls = require ( "../static/img/events/CommunityCalls.png" )
11
11
const brazil = require ( "../static/img/events/event-meetup-brazil.png" )
12
12
const korea = require ( "../static/img/events/SouthKoreaMeetup.png" )
13
+ const infoSession = require ( "../static/img/events/InfoSessions.png" ) ;
13
14
export const frontmatter = {
14
15
seo : {
15
16
title : "Events" ,
@@ -466,7 +467,7 @@ const events = [
466
467
link : "https://www.youtube.com/watch?v=TgLaAXTZY7Q" ,
467
468
location : "Virtual - Zoom" ,
468
469
date : "September 05, 2023" ,
469
- image : require ( "../static/img/events/InfoSessions.png" ) ,
470
+ image : infoSession ,
470
471
end_date : "September 05, 2023" ,
471
472
} ,
472
473
{
@@ -488,7 +489,7 @@ const events = [
488
489
link : "https://www.youtube.com/watch?v=BbGu0QC5WEE" ,
489
490
location : "Virtual - Zoom" ,
490
491
date : "September 06, 2023" ,
491
- image : require ( "../static/img/events/InfoSessions.png" ) ,
492
+ image : infoSession ,
492
493
end_date : "September 06, 2023" ,
493
494
} ,
494
495
{
@@ -750,6 +751,17 @@ const events = [
750
751
image : korea ,
751
752
end_date : "September 4, 2024" ,
752
753
} ,
754
+ {
755
+ name : "XRPL Builder Office Hours" ,
756
+ description :
757
+ "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members." ,
758
+ type : "info-session" ,
759
+ link : "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA#/registration" ,
760
+ location : "Virtual - Zoom" ,
761
+ date : "August 23, 2024" ,
762
+ image : infoSession ,
763
+ end_date : "August 23, 2024" ,
764
+ } ,
753
765
] ;
754
766
755
767
export default function Events ( ) {
0 commit comments