From def1fb9545448f12675d4c4d2dbce45eb3501cf4 Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 13:04:36 +0100 Subject: [PATCH] Update background image for the map in App.jsx Replaced the old background image with a new blurred version to improve visual aesthetics. The updated image is located in the '/public/bg/' directory. --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index dca7981..88dd845 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1161,7 +1161,7 @@ const styles = { bgMap: { position: "absolute", inset: 0, - backgroundImage: 'url("/marauders-map.jpg")', + backgroundImage: 'url("/public/bg/marauders-map-blur.jpg")', backgroundSize: "cover", backgroundPosition: "center", backgroundRepeat: "no-repeat",