Skip to content

Commit bd08052

Browse files
feat(roll): roll to ToT Playwright (21-07-25) (#1811)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent 65e2793 commit bd08052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GitHubStarButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type StarButtonProps = {
66
repo: string
77
}
88

9-
const STARS = '74k+'; // NOTE: this line is generated by src/generate.js. Do not change!
9+
const STARS = '75k+'; // NOTE: this line is generated by src/generate.js. Do not change!
1010

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

0 commit comments

Comments
 (0)