adding link to logo
This commit is contained in:
parent
485389907d
commit
14562ee9c5
|
|
@ -3,8 +3,8 @@ import LogoLhoist from "../../assets/img/logos/logo-lhoist.svg";
|
||||||
|
|
||||||
export default function AppLogo() {
|
export default function AppLogo() {
|
||||||
return (
|
return (
|
||||||
<div className='lhoist-branding-logo'>
|
<a className='lhoist-branding-logo' href='https://www.lhoist.com/en' target='_blank' rel='noreferrer'>
|
||||||
<img src={LogoLhoist} alt='' />
|
<img src={LogoLhoist} alt='' />
|
||||||
</div>
|
</a>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user