Nice and stable before liveview

This commit is contained in:
2025-10-29 20:38:39 +00:00
parent 76586c0df2
commit 4a8d6bc5d7
21 changed files with 1135 additions and 270 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
import { query } from '@/lib/db';
import { TrophyIcon } from '@/components/ui/icons';
import Link from 'next/link';
export const dynamic = "force-dynamic";
interface RankingDriver {
driver_guid: string;
@@ -178,7 +179,7 @@ export default async function RankingsPage({
)}
</td>
<td className="px-6 py-4">
<span className="font-semibold tracking-tight text-base" style={{ letterSpacing: "0.1em" }}>
<span className="tracking-tight text-base" style={{ letterSpacing: "0.04em" }}>
{driver.driver_name}
</span>
</td>