mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #2729 from XRPLF/events-update-images
fix: use proper images for events
This commit is contained in:
@@ -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",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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 |
BIN
static/img/events/event-meetup-zone-day.png
Normal file
BIN
static/img/events/event-meetup-zone-day.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
BIN
static/img/events/event-meetup-zone-night.png
Normal file
BIN
static/img/events/event-meetup-zone-night.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 423 KiB |
Reference in New Issue
Block a user