Skip to content

Commit 2b4f0c6

Browse files
committed
chore: change the heder title and icon position
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 940494d commit 2b4f0c6

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)