Improve logo size

mx
Letícia Camara 2018-09-28 14:30:31 -03:00
parent 92d1fab8c6
commit 0adabb78e9
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import {
} from "mdbreact";
// Images
import FooterLogo from '../assets/img/footer/footer_logo.png';
import FooterLogo from '../assets/img/header/logo.png';
import DtubeLogo from '../assets/img/footer/dtube.png';
import SteemItLogo from '../assets/img/footer/steemit.png';
@ -26,7 +26,7 @@ function Footer() {
<Col className="logoFooter" md="4">
<Link to="/">
<img alt="" src={FooterLogo} />
<img alt="" style={{ width: 173, height: 'auto' }} src={FooterLogo} />
</Link>
</Col>