Merge pull request #2729 from XRPLF/events-update-images

fix: use proper images for events
This commit is contained in:
Aria Keshmiri
2024-08-16 09:42:26 -07:00
committed by GitHub
6 changed files with 4 additions and 4 deletions

View File

@@ -736,7 +736,7 @@ const events = [
link: "https://ripple.swoogo.com/xrpl-zone-seoul",
location: "Seongdong-su, Seoul",
date: "September 4, 2024",
image: zone,
image: require('../static/img/events/event-meetup-zone-day.png'),
end_date: "September 4, 2024",
},
{
@@ -747,7 +747,7 @@ const events = [
link: "https://lu.ma/mbg067j3",
location: "Seongdong-su, Seoul",
date: "September 4, 2024",
image: korea,
image: require('../static/img/events/event-meetup-zone-night.png'),
end_date: "September 4, 2024",
},
{

View File

@@ -214,7 +214,7 @@ const events = [
link: "https://ripple.swoogo.com/xrpl-zone-seoul",
location: "Seongdong-su, Seoul",
date: "September 4, 2024",
image: zone,
image: require('../static/img/events/event-meetup-zone-day.png'),
start_date: "September 4, 2024",
end_date: "September 4, 2024",
},
@@ -226,7 +226,7 @@ const events = [
link: "https://lu.ma/mbg067j3",
location: "Seongdong-su, Seoul",
date: "September 4, 2024",
image: korea,
image: require('../static/img/events/event-meetup-zone-night.png'),
start_date: "September 4, 2024",
end_date: "September 4, 2024",
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB