We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f8b16a + 61e730e commit f90d63aCopy full SHA for f90d63a
src/custom/PerformersSection/PerformersSection.tsx
@@ -159,10 +159,10 @@ const StatCardComponent: React.FC<StatCardProps> = ({
159
<StyledCard elevation={0} status={status} onClick={handleCardClick}>
160
<ContentWrapper cardId={id}>
161
<HeaderSection>
162
+ <HeaderTitle>{label}</HeaderTitle>
163
<IconContainer onClick={(e) => handleIconClick(e, `${countKey}+desc`)}>
164
<Icon className={id} />
165
</IconContainer>
- <HeaderTitle>{label}</HeaderTitle>
166
</HeaderSection>
167
168
<StatsValue>{count}</StatsValue>
0 commit comments