website refactor
This commit is contained in:
@@ -28,9 +28,9 @@ interface SkillLevelSectionProps {
|
||||
description?: string;
|
||||
logoUrl?: string;
|
||||
memberCount: number;
|
||||
rating?: number;
|
||||
totalWins: number;
|
||||
totalRaces: number;
|
||||
ratingLabel: string;
|
||||
winsLabel: string;
|
||||
racesLabel: string;
|
||||
performanceLevel: string;
|
||||
isRecruiting: boolean;
|
||||
specialization?: string;
|
||||
@@ -86,9 +86,9 @@ export function SkillLevelSection({
|
||||
description={team.description ?? ''}
|
||||
logo={team.logoUrl}
|
||||
memberCount={team.memberCount}
|
||||
rating={team.rating}
|
||||
totalWins={team.totalWins}
|
||||
totalRaces={team.totalRaces}
|
||||
ratingLabel={team.ratingLabel}
|
||||
winsLabel={team.winsLabel}
|
||||
racesLabel={team.racesLabel}
|
||||
performanceLevel={team.performanceLevel as SkillLevel}
|
||||
isRecruiting={team.isRecruiting}
|
||||
specialization={specialization(team.specialization)}
|
||||
|
||||
Reference in New Issue
Block a user