diff --git a/frontend/src/lib/components/CustomerLogo.tsx b/frontend/src/lib/components/CustomerLogo.tsx index eff67ffd429e2..659f739d1d7dc 100644 --- a/frontend/src/lib/components/CustomerLogo.tsx +++ b/frontend/src/lib/components/CustomerLogo.tsx @@ -11,7 +11,7 @@ interface LogoProps { } const Logo = ({ src, alt, className = '' }: LogoProps): JSX.Element => ( - {alt} + {alt} ) export const CustomerLogo = ({ image, alt, className = '' }: CustomerProps): JSX.Element => {