We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02d73 commit bb6fadfCopy full SHA for bb6fadf
components/footer.tsx
@@ -38,20 +38,6 @@ export function Footer() {
38
export function FooterButtons() {
39
return (
40
<>
41
- <Link
42
- href="https://vercel.com/templates/next.js/documentation-template"
43
- className={buttonVariants({ variant: "outline", size: "sm" })}
44
- >
45
- <TriangleIcon className="h-[0.8rem] w-4 mr-2 text-primary fill-current" />
46
- Deploy
47
- </Link>
48
49
- href="https://github.com/sponsors/nisabmohd"
50
51
52
- <HeartIcon className="h-4 w-4 mr-2 text-red-600 fill-current" />
53
- Sponsor
54
55
</>
56
);
57
}
0 commit comments