()
| 2 | import { GithubStar } from "../UI/GithubStar"; |
| 3 | |
| 4 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected