fix(stats): update github stars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user