diff --git a/website/src/components/StarOnGithub.tsx b/website/src/components/StarOnGithub.tsx index 70f5492..5bf5d5e 100644 --- a/website/src/components/StarOnGithub.tsx +++ b/website/src/components/StarOnGithub.tsx @@ -26,12 +26,12 @@ export function StarOnGithub({ stars = 0 }: StarOnGithubProps) { > Star on GitHub - {stars && ( -
- +
+ + {stars > 50 ? ( -
- )} + ) : null} +
) }