From 2a79a909185571769ce622f71b4ca22fd50ec73f Mon Sep 17 00:00:00 2001 From: Meghan Sardesai Date: Thu, 16 Nov 2023 23:08:23 -0500 Subject: [PATCH] fix(a11y): remove alt text for decorative image Because: * Adjacent text explains the meaning, making the additional text unnecessary. This commit: * Removes alt tag copy. Closes FXA-3047 --- .../src/components/PaymentConfirmation/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/fxa-payments-server/src/components/PaymentConfirmation/index.tsx b/packages/fxa-payments-server/src/components/PaymentConfirmation/index.tsx index 6b6831e88b..ee0e1b5571 100644 --- a/packages/fxa-payments-server/src/components/PaymentConfirmation/index.tsx +++ b/packages/fxa-payments-server/src/components/PaymentConfirmation/index.tsx @@ -90,11 +90,7 @@ export const PaymentConfirmation = ({
{accountExists ? ( <> - circled checkbox +

Thank you!