disabled footer tsx

This commit is contained in:
killerboss 2024-10-30 22:29:02 +01:00
parent 6d5531c587
commit 4ae67be827

View file

@ -1,5 +1,4 @@
import Container from "@/components/blog/container";
import { EXAMPLE_PATH } from "@/lib/blog/constants";
export function Footer() {
return (
@ -17,7 +16,7 @@ export function Footer() {
Read Documentation
</a>
<a
href={`https://github.com/vercel/next.js/tree/canary/examples/${EXAMPLE_PATH}`}
href={`https://github.com/vercel/next.js/tree/canary/examples/${}`}
className="mx-3 font-bold hover:underline"
>
View on GitHub