From d1ee5e18a03d54ae8016dc56e571c4517fdcf4a2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:11:18 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (25-12-24) --- 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 086f3382b1c..27c8ecfda5a 100644 --- a/src/components/GitHubStarButton/index.tsx +++ b/src/components/GitHubStarButton/index.tsx @@ -6,7 +6,7 @@ type StarButtonProps = { repo: string } -const STARS = '67k+'; // NOTE: this line is generated by src/generate.js. Do not change! +const STARS = '68k+'; // NOTE: this line is generated by src/generate.js. Do not change! const StarButton: React.FC = ({owner, repo}) => { if (!repo)