backup: before bulk replacement

This commit is contained in:
2026-05-19 19:49:01 +01:00
parent d7bec1ae78
commit 27806f438f
11 changed files with 1044 additions and 955 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default function LiveTrackMap({ track, trackConfig, cars }: LiveTrackMapP
>
{/* Track Map Background */}
{!imageError ? (
<img
<Image
src={trackMapUrl}
alt={`${track} track map`}
className="absolute inset-0 w-full h-full object-contain opacity-60"