website cleanup
This commit is contained in:
@@ -95,7 +95,6 @@ function TopThreePodium({ drivers, onDriverClick }: TopThreePodiumProps) {
|
||||
<div className="mb-10">
|
||||
<div className="flex items-end justify-center gap-4 lg:gap-8">
|
||||
{podiumOrder.map((driver, index) => {
|
||||
const levelConfig = SKILL_LEVELS.find((l) => l.id === driver.skillLevel);
|
||||
const position = positions[index];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user