Spelling (#7137)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user