From 002c17ff9195a9227922f514f5f45ea7775485e7 Mon Sep 17 00:00:00 2001 From: fairlighteth <31534717+fairlighteth@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:53:18 +0100 Subject: [PATCH] feat: fix img alt --- .../src/modules/tokensList/pure/TokenLogo/index.tsx | 2 +- .../src/modules/tokensList/pure/TokenSourceTitle/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cowswap-frontend/src/modules/tokensList/pure/TokenLogo/index.tsx b/apps/cowswap-frontend/src/modules/tokensList/pure/TokenLogo/index.tsx index 4ffc0aed23..ea96c822d5 100644 --- a/apps/cowswap-frontend/src/modules/tokensList/pure/TokenLogo/index.tsx +++ b/apps/cowswap-frontend/src/modules/tokensList/pure/TokenLogo/index.tsx @@ -31,7 +31,7 @@ export function TokenLogo({ logoURI, className, size = 36 }: TokenLogoProps) { {hasError || !logoURI ? ( ) : ( - + Token logo )} ) diff --git a/apps/cowswap-frontend/src/modules/tokensList/pure/TokenSourceTitle/index.tsx b/apps/cowswap-frontend/src/modules/tokensList/pure/TokenSourceTitle/index.tsx index 36d55445ba..a123f71332 100644 --- a/apps/cowswap-frontend/src/modules/tokensList/pure/TokenSourceTitle/index.tsx +++ b/apps/cowswap-frontend/src/modules/tokensList/pure/TokenSourceTitle/index.tsx @@ -34,7 +34,7 @@ export function TokenSourceTitle(props: TokenSourceTitleProps) { return ( - <img src={TokenListLogo} /> + <img src={TokenListLogo} alt="Token logo" /> {children}