зеркало из https://github.com/mozilla/fxa.git
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:
Родитель
11d3417a48
Коммит
d702041881
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче