From abe078cfa744fb8c2c396559f8ae68f81f52bb2f Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Tue, 10 Dec 2024 21:37:02 +0800 Subject: [PATCH] Bump up GitHub stars --- src/theme/Navbar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Navbar/index.js b/src/theme/Navbar/index.js index 172c91c7e..e735720d2 100644 --- a/src/theme/Navbar/index.js +++ b/src/theme/Navbar/index.js @@ -33,7 +33,7 @@ function navLinkAttributes(label, right) { return attrs; case 'github': - attrs.badge = '9.7k'; + attrs.badge = '9.8k'; attrs.hideText = false; attrs.icon = 'github'; return attrs;