From af72884c0dbf875685ac90461634cd5ceda19726 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:10:33 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (21-07-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 c39d843b040..53c5852b11e 100644 --- a/src/components/GitHubStarButton/index.tsx +++ b/src/components/GitHubStarButton/index.tsx @@ -6,7 +6,7 @@ type StarButtonProps = { repo: string } -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! const StarButton: React.FC = ({owner, repo}) => { if (!repo)