disabled footer tsx
This commit is contained in:
parent
6d5531c587
commit
4ae67be827
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
import Container from "@/components/blog/container";
|
import Container from "@/components/blog/container";
|
||||||
import { EXAMPLE_PATH } from "@/lib/blog/constants";
|
|
||||||
|
|
||||||
export function Footer() {
|
export function Footer() {
|
||||||
return (
|
return (
|
||||||
|
@ -17,7 +16,7 @@ export function Footer() {
|
||||||
Read Documentation
|
Read Documentation
|
||||||
</a>
|
</a>
|
||||||
<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"
|
className="mx-3 font-bold hover:underline"
|
||||||
>
|
>
|
||||||
View on GitHub
|
View on GitHub
|
Loading…
Reference in a new issue