backup: before bulk replacement
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user