From 6b7e74909e75c386e8820c254ff70bb5f0931adc Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Fri, 21 Nov 2025 16:05:59 +0000 Subject: [PATCH] date fix --- resources/views/static/webinars.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/static/webinars.blade.php b/resources/views/static/webinars.blade.php index 0ba6a9794..141b2e699 100644 --- a/resources/views/static/webinars.blade.php +++ b/resources/views/static/webinars.blade.php @@ -8,7 +8,7 @@ $results = [ [ - 'image' => '/images/webinars/blue_visual.jpg', + 'image' => '/images/webinars/blue_visual_2025.jpg', 'title' => 'EU Code Week Lightning Talk - NerdKunst: A Gentle and Interactive Introduction to Generative Art', 'description' => "Dive into the creative world of generative art! Through live demos, explore how open-source tools can help anyone create computer-generated artworks while learning coding and maths in a fun way.", 'date' => '22 October 2025',