Skip to content

Commit bb6fadf

Browse files
committed
remove footer
1 parent 9d02d73 commit bb6fadf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

components/footer.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,6 @@ export function Footer() {
3838
export function FooterButtons() {
3939
return (
4040
<>
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-
<Link
49-
href="https://github.com/sponsors/nisabmohd"
50-
className={buttonVariants({ variant: "outline", size: "sm" })}
51-
>
52-
<HeartIcon className="h-4 w-4 mr-2 text-red-600 fill-current" />
53-
Sponsor
54-
</Link>
5541
</>
5642
);
5743
}

0 commit comments

Comments
 (0)