From 5d10fac0e3e8b64ede024866ada71554db08513b Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:09:52 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (15-09-25) --- src/components/GitHubStarButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GitHubStarButton/index.tsx b/src/components/GitHubStarButton/index.tsx index e1468905ada..f761b067e94 100644 --- a/src/components/GitHubStarButton/index.tsx +++ b/src/components/GitHubStarButton/index.tsx @@ -6,7 +6,7 @@ type StarButtonProps = { repo: string } -const STARS = '76k+'; // NOTE: this line is generated by src/generate.js. Do not change! +const STARS = '77k+'; // NOTE: this line is generated by src/generate.js. Do not change! const StarButton: React.FC = ({owner, repo}) => { if (!repo)