diff --git a/src/theme/Navbar/index.js b/src/theme/Navbar/index.js index e735720d2..5d64c4675 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.8k'; + attrs.badge = '9.9k'; attrs.hideText = false; attrs.icon = 'github'; return attrs;