From bb405b39bc2efa0fbd5d746438531ef8b0be5686 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Thu, 16 Jul 2020 15:18:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=BE=20lay=20footer=20out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/footer.jsx | 125 ++++++++++++++++++++++++++++++++++++-- src/components/layout.jsx | 2 +- src/global/routes.js | 5 ++ 3 files changed, 126 insertions(+), 6 deletions(-) diff --git a/src/components/footer.jsx b/src/components/footer.jsx index 84ac94f..84d646a 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -1,11 +1,126 @@ import React from "react" +import PropTypes from "prop-types" +import { Link } from "gatsby" -const Footer = () => ( -