diff --git a/src/components/VizTitle.vue b/src/components/VizTitle.vue index 045039c6a2d5180174c3c269c64bf9d5420d3a5e..d41aae50ef780ff9049dff5a940f52267ff4fd33 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 -->