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
+2 -1
View File
@@ -3,6 +3,7 @@
import Link from 'next/link';
import { query } from '@/lib/db';
import Image from "next/image";
import { TrophyIcon, ChartIcon, CircleIcon, UsersIcon, ServerIcon, ActivityIcon } from '@/components/ui/icons';
export const dynamic = "force-dynamic";
@@ -44,7 +45,7 @@ export default async function HomePage() {
<div className="text-center space-y-8">
{/* Logo */}
<div className="flex justify-center mb-8">
<img
<Image
src="https://files.openwheels.racing/img/Openwheels_landscape.svg"
alt="OpenWheels"
className="h-24 brightness-0 invert"