adding link to logo

This commit is contained in:
Antoine M 2024-05-16 17:04:46 +02:00
parent 485389907d
commit 14562ee9c5

View File

@ -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>
); );
} }