chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:47 +08:00
commit 7653f56fed
1422 changed files with 359026 additions and 0 deletions
@@ -0,0 +1,19 @@
"use client";
import Button from "@/components/ui/shadcn/button";
import GithubIcon from "./_svg/GithubIcon";
export default function HeaderGithubClient() {
return (
<a
className="contents"
href="https://github.com/firecrawl/firecrawl"
target="_blank"
>
<Button variant="secondary">
<GithubIcon />
21.5k
</Button>
</a>
);
}