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.
This commit is contained in:
2026-02-03 13:04:36 +01:00
parent 1645de206f
commit def1fb9545

View File

@@ -1161,7 +1161,7 @@ const styles = {
bgMap: { bgMap: {
position: "absolute", position: "absolute",
inset: 0, inset: 0,
backgroundImage: 'url("/marauders-map.jpg")', backgroundImage: 'url("/public/bg/marauders-map-blur.jpg")',
backgroundSize: "cover", backgroundSize: "cover",
backgroundPosition: "center", backgroundPosition: "center",
backgroundRepeat: "no-repeat", backgroundRepeat: "no-repeat",