Skip to content

Commit 7e6fb4f

Browse files
committed
perf directory
1 parent 8663195 commit 7e6fb4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/CCIP/ChainHero/ChainHero.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,11 @@ function ChainHero({ chains, tokens, network, token, environment, lanes }: Chain
359359
width="20px"
360360
height="20px"
361361
className="ccip-chain-hero__feeTokens__item__logo"
362+
aria-label={`${nativeCurrency.symbol} token logo`}
362363
>
363364
<img
364365
src={fallbackTokenIconUrl}
365-
alt={`${nativeCurrency.symbol} icon`}
366+
alt={`${nativeCurrency.symbol} token logo`}
366367
width="20px"
367368
height="20px"
368369
/>

src/components/Header/aiSearch/Search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function AlgoliaSearch({ algoliaVars }) {
3939
algoliaPublicApiKey={algoliaVars.algoliaPublicApiKey}
4040
categoryOrder={["Documentation"]}
4141
popularCards={popularCards}
42+
ariaLabel="Open AI search"
4243
/>
4344
)
4445
}

0 commit comments

Comments
 (0)