diff --git a/community/events.page.tsx b/community/events.page.tsx index 5a94328bc4..c1c3a826f5 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -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", }, { diff --git a/community/index.page.tsx b/community/index.page.tsx index 423e6aa7ce..37abb65884 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -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", }, diff --git a/static/img/events/event-meetup-tokyo-day.png b/static/img/events/event-meetup-tokyo-day.png index 23237f5dcc..5eb5aeff54 100644 Binary files a/static/img/events/event-meetup-tokyo-day.png and b/static/img/events/event-meetup-tokyo-day.png differ diff --git a/static/img/events/event-meetup-tokyo-night.png b/static/img/events/event-meetup-tokyo-night.png index cabe2bab74..672a9f9fd3 100644 Binary files a/static/img/events/event-meetup-tokyo-night.png and b/static/img/events/event-meetup-tokyo-night.png differ diff --git a/static/img/events/event-meetup-zone-day.png b/static/img/events/event-meetup-zone-day.png new file mode 100644 index 0000000000..23237f5dcc Binary files /dev/null and b/static/img/events/event-meetup-zone-day.png differ diff --git a/static/img/events/event-meetup-zone-night.png b/static/img/events/event-meetup-zone-night.png new file mode 100644 index 0000000000..cabe2bab74 Binary files /dev/null and b/static/img/events/event-meetup-zone-night.png differ