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 = () => ( -