From b87257f97226a76500b0d1ae3a78e831476a94d2 Mon Sep 17 00:00:00 2001
From: "Azadpour, Elmera" <eazadpour@usgs.gov>
Date: Thu, 29 Aug 2024 14:02:35 -0700
Subject: [PATCH] update hero non stylized

---
 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 045039c..d41aae5 100644
--- a/src/components/VizTitle.vue
+++ b/src/components/VizTitle.vue
@@ -5,7 +5,7 @@
         ref="heroImage"
         id="title-image"
         :class="{ mobile: mobileView }"
-        src="@/assets/images/hero_no-faces_5_stylized.png"
+        src="@/assets/images/hero_no-faces_5.png"
         alt="Social vulnerability and water insecurity"
         @load="onImageLoad"
       />
@@ -13,7 +13,7 @@
         ref="bwHeroImage"
         id="bw-title-image"
         :class="{ mobile: mobileView }"
-        src="@/assets/images/hero_no-faces_5_stylized.png"
+        src="@/assets/images/hero_no-faces_5.png"
         alt="Social vulnerability and water insecurity (grayscale)"
       />
       <!-- Using SVG masks with a circle shape to reveal color image where circles are on top of bw -->
-- 
GitLab