diff --git a/examples/web/react/components/modal/modal.tsx b/examples/web/react/components/modal/modal.tsx
index 15040026843d3e7a642da9de54869e6fa7541731..ce3fdcbe89226c054c0d34caf93653176dcaf9a3 100644
--- a/examples/web/react/components/modal/modal.tsx
+++ b/examples/web/react/components/modal/modal.tsx
@@ -43,6 +43,7 @@ export const Modal: FC<ModalProps> = ({
                         size={"medium"}
                         style={["simple", "rounded", "no-text"]}
                         image={require("./close.svg")}
+                        imageAlt="close"
                         onClick={onCancel}
                     />
                 </div>