Improve logo size
This commit is contained in:
parent
92d1fab8c6
commit
0adabb78e9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue