MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / Footer

Function Footer

src/components/Footer.tsx:140–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140export function Footer() {
141 const pathname = usePathname()
142
143 return (
144 <footer className="mx-auto w-full max-w-2xl space-y-10 pb-16 lg:max-w-5xl">
145 <PageNavigation />
146 {pathname !== '/' && <FooterBanner />}
147 <SmallPrint />
148 </footer>
149 )
150}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected