Skip to content

Commit 4f627b9

Browse files
committed
Merge branch 'dev-3' of https://github.com/CodeHarborHub/codeharborhub into dev-3
2 parents 98deecd + d7b883c commit 4f627b9

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)