chore(payments): remove additional alt text for decorative images

Because:

* Adjacent text explains the meaning, making the additional text unnecessary.

This commit:

* Removes alt tag copy in two additional places.

Closes FXA-3047
This commit is contained in:
Meghan Sardesai 2023-11-20 15:23:34 -05:00
Родитель 11d3417a48
Коммит d702041881
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9A46BEBC2E8A3934
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -105,8 +105,8 @@ export const PaymentConfirmation = ({
</>
) : (
<>
<img src={checkmarkIcon} alt="checkmark icon" />
<img src={emailSentIcon} alt="email sent icon" />
<img src={checkmarkIcon} alt="" />
<img src={emailSentIcon} alt="" />
<Localized id="payment-confirmation-thanks-heading-account-exists">
<h2 className={h2classes}>Thanks, now check your email!</h2>
</Localized>