Skip to content

Commit d60a4ed

Browse files
authored
fix stars on mobile (#22)
1 parent 585ff9b commit d60a4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/github-stars-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function GitHubStarsButton() {
3333
>
3434
<GitHubIcon className="size-4.5" />
3535
{stars !== null && (
36-
<span className="text-sm">
36+
<span className="hidden text-sm sm:inline">
3737
{formatAbbreviatedNumber(stars)} stars
3838
</span>
3939
)}

0 commit comments

Comments
 (0)