Skip to content

Commit f90d63a

Browse files
authored
Merge pull request #827 from amitamrutiya/update-performer
change the heder title and icon position
2 parents 0f8b16a + 61e730e commit f90d63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/PerformersSection/PerformersSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ const StatCardComponent: React.FC<StatCardProps> = ({
159159
<StyledCard elevation={0} status={status} onClick={handleCardClick}>
160160
<ContentWrapper cardId={id}>
161161
<HeaderSection>
162+
<HeaderTitle>{label}</HeaderTitle>
162163
<IconContainer onClick={(e) => handleIconClick(e, `${countKey}+desc`)}>
163164
<Icon className={id} />
164165
</IconContainer>
165-
<HeaderTitle>{label}</HeaderTitle>
166166
</HeaderSection>
167167

168168
<StatsValue>{count}</StatsValue>

0 commit comments

Comments
 (0)