fix(stats): update github stars

This commit is contained in:
Adam
2026-08-06 10:58:58 -05:00
parent 003a9594f2
commit 4e9c3d4f8d
5 changed files with 27 additions and 6 deletions
@@ -31,6 +31,7 @@ import {
applyThemePreference,
Footer,
getGitHubStars,
githubLink,
Header,
isThemePreference,
themeStorageKey,
@@ -240,7 +241,11 @@ export default function ModelCompareDetailPage(props: ModelCompareDetailPageProp
<Meta name="twitter:description" content={description()} />
<script type="application/ld+json">{structuredData()}</script>
</Show>
<Header githubStars={githubStars() ?? "150K"} links={compareHeaderLinks} brandHref={import.meta.env.BASE_URL} />
<Header
githubStars={githubStars() ?? githubLink.fallbackStars}
links={compareHeaderLinks}
brandHref={import.meta.env.BASE_URL}
/>
<div data-component="container">
<div data-component="content">
<ComparisonHero