MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Footer

Function Footer

apps/baseai.dev/src/components/Footer.tsx:128–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128export function Footer() {
129 return (
130 <footer className="mx-auto w-full max-w-2xl space-y-10 px-4 pb-16 md:px-6 lg:max-w-5xl">
131 <PageNavigation />
132 <SmallPrint />
133 </footer>
134 );
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected