()
| 1 | import Github from "./ui/github"; |
| 2 | const Header = () => { |
| 3 | return ( |
| 4 | <header className="border-b"> |
| 5 | <div className="flex h-16 items-center px-4"> |
| 6 | <nav className="w-full flex items-center justify-between space-x-4"> |
| 7 | <div></div> |
| 8 | <div> |
| 9 | <h1 className="text-xl font-bold">Coding Agent</h1> |
| 10 | </div> |
| 11 | <div> |
| 12 | <Github url="http://github.com/AbhinavTheDev/coding-agent" /> |
| 13 | </div> |
| 14 | </nav> |
| 15 | </div> |
| 16 | </header> |
| 17 | ) |
| 18 | } |
| 19 | export default Header; |
nothing calls this directly
no outgoing calls
no test coverage detected