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"
+1 -1
View File
@@ -20,7 +20,7 @@ export default function Navbar() {
<div className="flex items-center justify-between h-16">
{/* Logo - links to home */}
<Link href="/" className="flex items-center space-x-3 hover:opacity-80 transition-opacity">
<img
<Image
src="https://files.openwheels.racing/img/Openwheels_landscape.svg"
alt="OpenWheels"
className="h-6 hidden sm:block brightness-0 invert"