Skip to content

Commit 00b066e

Browse files
committed
docs: fix GitHub capitalization
1 parent afe6f81 commit 00b066e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/OpenSourceStats.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function OssStatsContent({ library }: { library?: Library }) {
111111
{hasStarCount ? starCount.toLocaleString() : '0'}
112112
</div>
113113
<div className="text-sm opacity-60 font-medium italic -mt-1 group-hover:text-yellow-500 transition-colors duration-200">
114-
Stars on Github
114+
Stars on GitHub
115115
</div>
116116
</div>
117117
</a>
@@ -170,7 +170,7 @@ function OssStatsSkeleton() {
170170
<div>
171171
<div className="text-2xl font-bold opacity-80 h-7 w-20 bg-gray-200 dark:bg-gray-700 rounded animate-pulse" />
172172
<div className="text-sm opacity-60 font-medium italic -mt-1">
173-
Stars on Github
173+
Stars on GitHub
174174
</div>
175175
</div>
176176
</div>

src/routes/$libraryId/$version.docs.framework.$framework.examples.$.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function PageComponent() {
286286
className="flex gap-1 items-center"
287287
rel="noreferrer"
288288
>
289-
<ExternalLink /> Github
289+
<ExternalLink /> GitHub
290290
</a>
291291
{!library.hideStackblitzUrl ? (
292292
<a

src/utils/gh-sponsor-meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[
1+
[
22
{
33
"login": "wildfee",
44
"name": "AI-Text-Humanizer.com",
@@ -285,7 +285,7 @@
285285
},
286286
{
287287
"login": "__github",
288-
"name": "Github",
288+
"name": "GitHub",
289289
"imageUrl": "https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png",
290290
"linkUrl": "https://github.com?utm_source=tanstack"
291291
},

0 commit comments

Comments
 (0)