Skip to content

Commit d7b883c

Browse files
authored
Merge pull request codeharborhub#3979 from CodeHarborHub/restyled/dev-3
Restyle Dev 3
2 parents 6bc8024 + 9bcbb8f commit d7b883c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/HomePage/Community/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
122122
</div>
123123
</div>
124124
);
125-
};
125+
};

src/context/CommunityStats/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ export const convertStatToText = (num: number) => {
116116
maximumSignificantDigits: 3,
117117
});
118118
return formatter.format(num);
119-
};
119+
};

0 commit comments

Comments
 (0)