Skip to content

Commit db44d55

Browse files
authored
docs: fix GitHub capitalization (#738)
1 parent e71479b commit db44d55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/OpenSourceStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function OssStats({ library }: { library?: Library }) {
150150
</StatValue>
151151
</div>
152152
<div className="text-sm opacity-60 font-medium italic -mt-1 group-hover:text-yellow-500 transition-colors duration-200">
153-
Stars on Github
153+
Stars on GitHub
154154
</div>
155155
</div>
156156
</a>

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",
@@ -297,7 +297,7 @@
297297
},
298298
{
299299
"login": "__github",
300-
"name": "Github",
300+
"name": "GitHub",
301301
"imageUrl": "https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png",
302302
"linkUrl": "https://github.com?utm_source=tanstack"
303303
},

0 commit comments

Comments
 (0)