From 14562ee9c53ddcdecd3c6acf16e2b48fa92125a2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 May 2024 17:04:46 +0200 Subject: [PATCH] adding link to logo --- src/components/ui/LhoistBrandingLogo.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/LhoistBrandingLogo.jsx b/src/components/ui/LhoistBrandingLogo.jsx index b2b31cf..db58f55 100644 --- a/src/components/ui/LhoistBrandingLogo.jsx +++ b/src/components/ui/LhoistBrandingLogo.jsx @@ -3,8 +3,8 @@ import LogoLhoist from "../../assets/img/logos/logo-lhoist.svg"; export default function AppLogo() { return ( -
+ -
+ ); }