MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / Footer

Function Footer

components/footer.tsx:3–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import Link from "next/link";
2
3export function Footer() {
4 return (
5 <footer className="hidden sm:block fixed bottom-4 left-4 rounded-md bg-background p-2">
6 Made with 🪓 by{" "}
7 <Link
8 className="underline"
9 href="https://orcdev.com"
10 rel="noopener noreferrer"
11 target="_blank"
12 >
13 OrcDev
14 </Link>
15 </footer>
16 );
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected