From ee196eabe49d8303e0dfed1c82cdbb463fd0ac0d Mon Sep 17 00:00:00 2001
From: "Azadpour, Elmera" <eazadpour@usgs.gov>
Date: Fri, 20 Sep 2024 09:50:30 -0700
Subject: [PATCH] update hero image alt text

---
 src/components/VizTitle.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/VizTitle.vue b/src/components/VizTitle.vue
index a70144f..ad175ab 100644
--- a/src/components/VizTitle.vue
+++ b/src/components/VizTitle.vue
@@ -31,7 +31,7 @@
                 (min-width: 1201px) 1280px, 
                 1920px"
           src="@/assets/images/responsive_images/hero_no-faces_5-1280.jpg"
-          alt="Social vulnerability and water insecurity"
+          alt="Two contrasting images of water sources with the left image shows a close-up of a hand holding a clear glass being filled with water from a kitchen faucet. The right image shows a rustic landscape with a blue well tank labeled WELL-X-TROL with a fire fence and dry grass in the background."
           @load="onImageLoad"
         />
       </picture>
@@ -50,7 +50,7 @@
               (min-width: 1201px) 1280px, 
               1920px"
         src="@/assets/images/responsive_images/hero_no-faces_5-1280.jpg"
-        alt="Social vulnerability and water insecurity (grayscale)"
+        alt="Two contrasting grayscale images of water sources with the left image shows a close-up of a hand holding a glass being filled with water from a kitchen faucet. The right image shows a rustic landscape with a  well tank labeled WELL-X-TROL with a fire fence and dry grass in the background."
       />
       <picture>
         <!-- Serve WebP images  -->
-- 
GitLab