diff --git a/frontend/index.html b/frontend/index.html
index c3f7689e4a..3ac8d0811f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -725,7 +725,7 @@
User Cases
img.loading = "lazy";
img.style.maxWidth = "640px";
img.style.width = "100%";
- //img.alt = val.title;
+ img.alt = val.title;
anchor.innerHTML = '';
anchor.appendChild(img);
@@ -753,7 +753,7 @@ User Cases
}
-
+