diff --git a/.changeset/three-moles-jump.md b/.changeset/three-moles-jump.md new file mode 100644 index 00000000000..116f6ecf59d --- /dev/null +++ b/.changeset/three-moles-jump.md @@ -0,0 +1,10 @@ +--- +"@wso2is/console": patch +"@wso2is/admin.application-templates.v1": patch +"@wso2is/admin.core.v1": patch +"@wso2is/admin.flow-builder-core.v1": patch +"@wso2is/admin.login-flow-builder.v1": patch +"@wso2is/admin.push-providers.v1": patch +--- + +Add missing alt attributes on images across multiple components for accessibility. diff --git a/features/admin.application-templates.v1/components/application-template-card.tsx b/features/admin.application-templates.v1/components/application-template-card.tsx index 4a7be4f87e6..de8645901ac 100644 --- a/features/admin.application-templates.v1/components/application-template-card.tsx +++ b/features/admin.application-templates.v1/components/application-template-card.tsx @@ -181,6 +181,7 @@ const ApplicationTemplateCard: FunctionComponent diff --git a/features/admin.core.v1/components/modals/feature-preview-modal.tsx b/features/admin.core.v1/components/modals/feature-preview-modal.tsx index 84ce264332a..bc6da0771f6 100644 --- a/features/admin.core.v1/components/modals/feature-preview-modal.tsx +++ b/features/admin.core.v1/components/modals/feature-preview-modal.tsx @@ -161,6 +161,7 @@ const FeaturePreviewModal: FunctionComponent { selected?.image && ( { ) } diff --git a/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx b/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx index f2a4ef10d1c..d13f50d8baa 100644 --- a/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx @@ -126,8 +126,8 @@ const ButtonAdapter: FunctionComponent = ({