From 58c518c516d1d4acd66bab0d87767377cbb594b4 Mon Sep 17 00:00:00 2001
From: "Azadpour, Elmera" <eazadpour@usgs.gov>
Date: Fri, 20 Sep 2024 10:41:58 -0700
Subject: [PATCH] fix alt typo

---
 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 ad175ab..b1808cd 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="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."
+          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 wired 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="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."
+        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 wired fence and dry grass in the background."
       />
       <picture>
         <!-- Serve WebP images  -->
-- 
GitLab