MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / GithubBanner

Function GithubBanner

app/components/Home/HomeGithubBanner.tsx:4–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { GithubStar } from "../UI/GithubStar";
3
4export function GithubBanner() {
5 return (
6 <div className="flex items-center justify-center w-full h-14 bg-indigo-600">
7 <div className="flex items-center">
8 <Body className="mr-3 text-xl text-white">Star us on GitHub 👉</Body>
9 <GithubStar />
10 </div>
11 </div>
12 );
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected