From 8cb9f8dc975ce844bd46783042728c86b5112f45 Mon Sep 17 00:00:00 2001 From: Duncan MacFarlane Date: Thu, 15 Jun 2023 20:38:25 +1000 Subject: [PATCH] Fix: Map images not loading in round summaries The underlying code matched maps and therefore the map image to the folder name rather than a display name and incorrect naming of these two images was leading to a failure to display a map image. --- .../images/maps/{great_wall.png => greatwall.png} | Bin ...on_smoke_screen.png => operationsmokescreen.png} | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename src/ASP/frontend/images/maps/{great_wall.png => greatwall.png} (100%) rename src/ASP/frontend/images/maps/{operation_smoke_screen.png => operationsmokescreen.png} (100%) diff --git a/src/ASP/frontend/images/maps/great_wall.png b/src/ASP/frontend/images/maps/greatwall.png similarity index 100% rename from src/ASP/frontend/images/maps/great_wall.png rename to src/ASP/frontend/images/maps/greatwall.png diff --git a/src/ASP/frontend/images/maps/operation_smoke_screen.png b/src/ASP/frontend/images/maps/operationsmokescreen.png similarity index 100% rename from src/ASP/frontend/images/maps/operation_smoke_screen.png rename to src/ASP/frontend/images/maps/operationsmokescreen.png