MCPcopy Create free account
hub / github.com/9d8dev/directory / Header

Function Header

app/layout.tsx:63–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63const Header = () => {
64 return (
65 <header>
66 <Container className="flex items-start justify-between gap-3">
67 <Link href="/" className="transition-all hover:opacity-80">
68 <Image
69 src={Logo}
70 alt="Design Engineer Logo"
71 width={96}
72 height={39.68}
73 />
74 </Link>
75 <Subscribe />
76 </Container>
77 </header>
78 );
79};
80
81const Footer = () => {
82 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected