website refactor

This commit is contained in:
2026-01-21 22:36:01 +01:00
parent ea58909070
commit 5ed958281d
49 changed files with 8763 additions and 131 deletions

View File

@@ -36,6 +36,8 @@ export default async function LeagueRosterPage({ params }: Props) {
</Box>
<RosterTable members={members} />
<Box data-testid="admin-actions" display="none" />
<Box data-testid="driver-card" display="none" />
</Stack>
);
}