Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/OpenSourceStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function OssStatsContent({ library }: { library?: Library }) {
{hasStarCount ? starCount.toLocaleString() : '0'}
</div>
<div className="text-sm opacity-60 font-medium italic -mt-1 group-hover:text-yellow-500 transition-colors duration-200">
Stars on Github
Stars on GitHub
</div>
</div>
</a>
Expand Down Expand Up @@ -170,7 +170,7 @@ function OssStatsSkeleton() {
<div>
<div className="text-2xl font-bold opacity-80 h-7 w-20 bg-gray-200 dark:bg-gray-700 rounded animate-pulse" />
<div className="text-sm opacity-60 font-medium italic -mt-1">
Stars on Github
Stars on GitHub
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function PageComponent() {
className="flex gap-1 items-center"
rel="noreferrer"
>
<ExternalLink /> Github
<ExternalLink /> GitHub
</a>
{!library.hideStackblitzUrl ? (
<a
Expand Down
4 changes: 2 additions & 2 deletions src/utils/gh-sponsor-meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"login": "wildfee",
"name": "AI-Text-Humanizer.com",
Expand Down Expand Up @@ -285,7 +285,7 @@
},
{
"login": "__github",
"name": "Github",
"name": "GitHub",
"imageUrl": "https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png",
"linkUrl": "https://github.com?utm_source=tanstack"
},
Expand Down
Loading