Nice and stable before liveview
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user