We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b201dfc commit 4cffb3aCopy full SHA for 4cffb3a
components/github-stars-button.tsx
@@ -33,7 +33,7 @@ export function GitHubStarsButton() {
33
>
34
<GitHubIcon className="size-4.5" />
35
{stars !== null && (
36
- <span className="text-sm">
+ <span className="hidden text-sm sm:inline">
37
{formatAbbreviatedNumber(stars)} stars
38
</span>
39
)}
0 commit comments