We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e2793 commit bd08052Copy full SHA for bd08052
src/components/GitHubStarButton/index.tsx
@@ -6,7 +6,7 @@ type StarButtonProps = {
6
repo: string
7
}
8
9
-const STARS = '74k+'; // NOTE: this line is generated by src/generate.js. Do not change!
+const STARS = '75k+'; // NOTE: this line is generated by src/generate.js. Do not change!
10
11
const StarButton: React.FC<StarButtonProps> = ({owner, repo}) => {
12
if (!repo)
0 commit comments