Add hyperlink to logo in the footer to point home

This commit is contained in:
Letícia Camara 2018-09-28 13:55:41 -03:00
parent b5c1038e95
commit 92d1fab8c6

View file

@ -1,5 +1,6 @@
import React from "react"; import React from "react";
import { FormattedMessage, FormattedHTMLMessage } from 'react-intl'; import { FormattedMessage, FormattedHTMLMessage } from 'react-intl';
import { Link } from 'react-router-dom';
import { import {
Footer as FooterBase, Footer as FooterBase,
Row, Row,
@ -24,7 +25,9 @@ function Footer() {
<div className="col-md-10 mx-md-auto"> <div className="col-md-10 mx-md-auto">
<Col className="logoFooter" md="4"> <Col className="logoFooter" md="4">
<img alt="" src={FooterLogo} /> <Link to="/">
<img alt="" src={FooterLogo} />
</Link>
</Col> </Col>
<Col md="4"> <Col md="4">