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.
1 parent 940494d commit 2b4f0c6Copy full SHA for 2b4f0c6
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