File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.
15
15
const infoSession3 = require ( "../static/img/events/xrpl-builder-office-hours-03.png" ) ;
16
16
const infoSession4 = require ( "../static/img/events/xrpl-builder-office-hours-04.png" ) ;
17
17
const decarb = require ( '../static/img/events/xrpl-decarb.png' )
18
+ const townHall = require ( '../static/img/events/town-hall-meetup.png' )
18
19
export const frontmatter = {
19
20
seo : {
20
21
title : "Events" ,
@@ -872,7 +873,7 @@ const events = [
872
873
link : "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737" ,
873
874
location : "Virtual" ,
874
875
date : "September 16, 2024" ,
875
- image : require ( '../static/img/events/town-hall-meetup.png' ) ,
876
+ image : townHall ,
876
877
end_date : "September 16, 2024" ,
877
878
} ,
878
879
{
@@ -1026,7 +1027,7 @@ const events = [
1026
1027
link : "https://xrpl.at/XRPL-TownHall-meeting2" ,
1027
1028
location : "Virtual" ,
1028
1029
date : "December 11, 2024" ,
1029
- image : require ( '../static/img/events/town-hall-meetup.png' ) ,
1030
+ image : townHall ,
1030
1031
end_date : "December 11, 2024" ,
1031
1032
} ,
1032
1033
] ;
You can’t perform that action at this time.
0 commit comments