From 5f6111c82d5bbef1f8bd940cfbb30a6175e56329 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 8 Oct 2019 23:45:32 -0400 Subject: [PATCH] feat: add source to footer --- src/components/Footer/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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