diff --git a/community/events.page.tsx b/community/events.page.tsx index b332848785..11be8acea3 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1314,7 +1314,7 @@ const events = [ link: "https://luma.com/ypj8ecj0", location: "Online (with demos at IIT Bombay)", date: "Nov 14 - Dec 06, 2025", - image: italyHackathon, + image: require("../static/img/events/hackathon-kaigi.png"), end_date: "December 06, 2025", }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index d847af79ca..498817e782 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -390,7 +390,7 @@ const events = [ link: "https://xrpl.vegahacks.xyz/", location: "Virtual", date: "October 01 - November 14, 2025", - image: hackathon, + image: italyHackathon, end_date: "November 14, 2025", start_date: "October 01, 2025", }, @@ -402,7 +402,7 @@ const events = [ link: "https://luma.com/ypj8ecj0", location: "Online (with demos at IIT Bombay)", date: "November 14 - December 06, 2025", - image: italyHackathon, //placeholder awaiting new image + image: require("../static/img/events/hackathon-kaigi.png"), start_date: "November 14, 2025", end_date: "December 06, 2025", }, diff --git a/static/img/events/hackathon-kaigi.png b/static/img/events/hackathon-kaigi.png new file mode 100644 index 0000000000..dbb2657152 Binary files /dev/null and b/static/img/events/hackathon-kaigi.png differ