From 98165a0138b4f98e5783a23efaf5956ec2a7c4d7 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:10:13 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (24-04-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 04fce7e12a7..5eb97084a5f 100644 --- a/src/components/GitHubStarButton/index.tsx +++ b/src/components/GitHubStarButton/index.tsx @@ -6,7 +6,7 @@ type StarButtonProps = { repo: string } -const STARS = '71k+'; // NOTE: this line is generated by src/generate.js. Do not change! +const STARS = '72k+'; // NOTE: this line is generated by src/generate.js. Do not change! const StarButton: React.FC = ({owner, repo}) => { if (!repo)