website refactor
This commit is contained in:
@@ -96,9 +96,9 @@ export function TeamDetailTemplate({
|
||||
entityName={team.name}
|
||||
tier="standard"
|
||||
metrics={viewData.teamMetrics}
|
||||
slots={SlotTemplates.team(true, true, 500, 250)}
|
||||
trustScore={90}
|
||||
monthlyActivity={85}
|
||||
slots={SlotTemplates.team(true, true, '$500', '$250')}
|
||||
trustScoreLabel="90/100"
|
||||
monthlyActivityLabel="85%"
|
||||
onNavigate={(href) => window.location.href = href}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user