Skip to content

Commit

Permalink
Merge pull request #827 from amitamrutiya/update-performer
Browse files Browse the repository at this point in the history
change the heder title and icon position
  • Loading branch information
amitamrutiya authored Nov 28, 2024
2 parents 0f8b16a + 61e730e commit f90d63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/PerformersSection/PerformersSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ const StatCardComponent: React.FC<StatCardProps> = ({
<StyledCard elevation={0} status={status} onClick={handleCardClick}>
<ContentWrapper cardId={id}>
<HeaderSection>
<HeaderTitle>{label}</HeaderTitle>
<IconContainer onClick={(e) => handleIconClick(e, `${countKey}+desc`)}>
<Icon className={id} />
</IconContainer>
<HeaderTitle>{label}</HeaderTitle>
</HeaderSection>

<StatsValue>{count}</StatsValue>
Expand Down

0 comments on commit f90d63a

Please sign in to comment.