website refactor

This commit is contained in:
2026-01-19 18:01:30 +01:00
parent 6154d54435
commit 61b5cf3b64
120 changed files with 2226 additions and 2021 deletions

View File

@@ -1,9 +1,8 @@
'use client';
import { RatingBadge } from '@/components/drivers/RatingBadge';
import { Image } from '@/ui/Image';
import { Text } from '@/ui/Text';
import { Stack } from '@/ui/Stack';
import { Group } from '@/ui/Group';
import { TableRow, TableCell } from '@/ui/Table';
import { Avatar } from '@/ui/Avatar';
@@ -41,7 +40,7 @@ export function DriverTableRow({
</Text>
</TableCell>
<TableCell>
<Stack direction="row" align="center" gap={3}>
<Group direction="row" align="center" gap={3}>
<Avatar
src={avatarUrl || undefined}
alt={name}
@@ -54,7 +53,7 @@ export function DriverTableRow({
>
{name}
</Text>
</Stack>
</Group>
</TableCell>
<TableCell>
<Text size="xs" variant="low">{nationality}</Text>