diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 1af8347..99f50ec 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -1,4 +1,5 @@ import React, { FC } from "react" +import packageJson from "../../../package.json" import { Container } from "../Container" import * as SC from "./styles" @@ -9,7 +10,8 @@ export const Footer: FC = () => {
© {new Date().getFullYear()}, Built with {` `} - Gatsby + Gatsby - Source on{" "} + GitHub