Skip to content

Commit ff0b435

Browse files
committed
herosection format github stars
1 parent 5674346 commit ff0b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/Landing/HeroSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const HeroSection = ({ stars = 0 }) => {
114114
rightSection={
115115
<Flex ml="sm" c="dimmed" align="center" gap="4">
116116
<FaStar />
117-
{stars}
117+
{stars.toLocaleString("en-US")}
118118
</Flex>
119119
}
120120
>

0 commit comments

Comments
 (0)