From f7f561cdf01a1efce60a26e8e8b328e79693b414 Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:18:26 -0800 Subject: [PATCH] feat(roll): roll to ToT Playwright (18-11-24) (#1595) --- 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 ffe6ff093b..086f3382b1 100644 --- a/src/components/GitHubStarButton/index.tsx +++ b/src/components/GitHubStarButton/index.tsx @@ -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 = ({owner, repo}) => { if (!repo)