Skip to content

Commit

Permalink
fix stars
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 19, 2024
1 parent 8dd2e57 commit 8c4b85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/Navbar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default function NavbarContent() {
const [secLeftItems, secRightItems] = splitNavbarItems(secondaryItems);

const {
github: { stars },
github_stars,
menuItems,
} = usePluginData("ch-header-plugin");

Expand Down Expand Up @@ -355,7 +355,7 @@ export default function NavbarContent() {
minimumFractionDigits: 1,
maximumFractionDigits: 1,
})
.format(stars)
.format(github_stars)
.toLowerCase()}
</span>
</div>
Expand Down

0 comments on commit 8c4b85e

Please sign in to comment.