code quality
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
This commit is contained in:
@@ -4,7 +4,6 @@ import type { LeaderboardsViewData } from '@/lib/view-data/LeaderboardsViewData'
|
||||
import { Section } from '@/ui/Section';
|
||||
import { PageHeader } from '@/ui/PageHeader';
|
||||
import { FeatureGrid } from '@/ui/FeatureGrid';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Group } from '@/ui/Group';
|
||||
import { Button } from '@/ui/Button';
|
||||
@@ -54,6 +53,7 @@ export function LeaderboardsTemplate({
|
||||
variant="secondary"
|
||||
onClick={onNavigateToDrivers}
|
||||
icon={<Icon icon={Trophy} size={4} />}
|
||||
data-testid="nav-drivers"
|
||||
>
|
||||
Drivers
|
||||
</Button>
|
||||
@@ -61,6 +61,7 @@ export function LeaderboardsTemplate({
|
||||
variant="secondary"
|
||||
onClick={onNavigateToTeams}
|
||||
icon={<Icon icon={Users} size={4} />}
|
||||
data-testid="nav-teams"
|
||||
>
|
||||
Teams
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user