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

Function GoHome

examples/astro/src/components/ui/go-home.tsx:1–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export default function GoHome() {
2 return (
3 <a
4 href="/"
5 className="text-sm my-4 mx-0 block bg-white rounded-xl p-2 shadow-sm hover:shadow-md transition-shadow duration-200 border border-gray-100 text-muted-foreground absolute top-0 left-4"
6 >
7 ← More examples
8 </a>
9 );
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected