MCPcopy Create free account
hub / github.com/code-with-antonio/nightcode / Header

Function Header

packages/cli/src/components/header.tsx:1–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function Header() {
2 return (
3 <box justifyContent="center" alignItems="center">
4 <box flexDirection="row" justifyContent="center" gap={0.5} alignItems="center">
5 <ascii-font font="tiny" text="Night" color="gray" />
6 <ascii-font font="tiny" text="Code" />
7 </box>
8 </box>
9 );
10};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected