website refactor
This commit is contained in:
@@ -7,8 +7,8 @@ import { Skeleton } from '@/ui/Skeleton';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Pagination } from '@/ui/Pagination';
|
||||
import { RaceFilterModal } from '@/ui/RaceFilterModal';
|
||||
import { RacesHeader } from '@/components/races/RacesHeader';
|
||||
import { RaceFilterModal } from '@/components/races/RaceFilterModal';
|
||||
import { RacePageHeader } from '@/components/races/RacePageHeader';
|
||||
import { RaceScheduleTable } from '@/components/races/RaceScheduleTable';
|
||||
import type { RacesViewData } from '@/lib/view-data/RacesViewData';
|
||||
import type { SessionStatus } from '@/components/races/SessionStatusBadge';
|
||||
@@ -80,7 +80,7 @@ export function RacesAllTemplate({
|
||||
<Box as="main" minHeight="screen" bg="bg-base-black" py={8}>
|
||||
<Container size="lg">
|
||||
<Stack gap={8}>
|
||||
<RacesHeader
|
||||
<RacePageHeader
|
||||
totalCount={viewData.totalCount}
|
||||
scheduledCount={viewData.scheduledCount}
|
||||
runningCount={viewData.runningCount}
|
||||
|
||||
Reference in New Issue
Block a user