зеркало из https://github.com/mozilla/fxa.git
Merge pull request #16098 from mozilla/FXA-3047
fix(a11y): remove alt text for decorative image
This commit is contained in:
Коммит
91cb88066d
|
@ -90,11 +90,7 @@ export const PaymentConfirmation = ({
|
|||
<header className="flex flex-col justify-center items-center row-divider-grey-200 text-center pb-8 mt-5 desktop:mt-2">
|
||||
{accountExists ? (
|
||||
<>
|
||||
<img
|
||||
className="max-h-12"
|
||||
src={circledCheckbox}
|
||||
alt="circled checkbox"
|
||||
/>
|
||||
<img className="max-h-12" src={circledCheckbox} alt="" />
|
||||
<Localized id="payment-confirmation-thanks-heading">
|
||||
<h2 className={h2classes}>Thank you!</h2>
|
||||
</Localized>
|
||||
|
|
Загрузка…
Ссылка в новой задаче