From 92d1fab8c6d5ab7b0378adc4c49a56d15f8e464b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Fri, 28 Sep 2018 13:55:41 -0300 Subject: [PATCH] Add hyperlink to logo in the footer to point home --- src/components/Footer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index b25fd22..f17d07c 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,5 +1,6 @@ import React from "react"; import { FormattedMessage, FormattedHTMLMessage } from 'react-intl'; +import { Link } from 'react-router-dom'; import { Footer as FooterBase, Row, @@ -24,7 +25,9 @@ function Footer() {
- + + +