Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2026-02-11 09:35:24 -05:00
committed by GitHub
parent 544bc1bc4f
commit f636a97faa
81 changed files with 109 additions and 110 deletions
@@ -109,7 +109,7 @@ const FeatureQuotes: FeatureQuote[] = [
testimonial:
"My sister had been asking me for months to help her build a Google Docs extension but I kept putting it off. Today, we hopped on FaceTime and built one in just 30 minutes with Goose!",
}
//Cant find Kristens github
//Can't find Kristen's github
// {
// name: "Kristen Anderson",
// github: "https://github.com/",
+1 -1
View File
@@ -128,7 +128,7 @@ export function ServerCard({ server }: { server: MCPServer }) {
onClick={(e) => e.stopPropagation()}
>
<Star className="h-4 w-4" />
<span>{formatStarCount(githubStars)} on Github</span>
<span>{formatStarCount(githubStars)} on GitHub</span>
</Link>
)}
<div className="card-action">