adds proper images for events

This commit is contained in:
akcodez
2024-08-16 08:39:57 -07:00
parent 8a5884df4f
commit 592bcf4b44
6 changed files with 5 additions and 5 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",
},
{
@@ -791,7 +791,7 @@ const events = [
link: "https://events.xrplresources.org/toyko-community-2024",
location: "Shinagawa, Tokyo",
date: "September 6, 2024",
image: require('../static/img/events/event-meetup-tokyo-day.png'),
image: require('../static/img/events/event-meetup-tokyo-night.png'),
end_date: "September 6, 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: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB