Skip to content

Commit

Permalink
feat(roll): roll to ToT Playwright (18-11-24) (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
playwrightmachine authored Nov 18, 2024
1 parent fc07c4f commit f7f561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GitHubStarButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type StarButtonProps = {
repo: string
}

const STARS = '66k+'; // NOTE: this line is generated by src/generate.js. Do not change!
const STARS = '67k+'; // NOTE: this line is generated by src/generate.js. Do not change!

const StarButton: React.FC<StarButtonProps> = ({owner, repo}) => {
if (!repo)
Expand Down

0 comments on commit f7f561c

Please sign in to comment.