From e0b9e1e9f77e9feb41b6c17b5ef41d1061fe74d5 Mon Sep 17 00:00:00 2001
From: Corson-Dosch <hcorson-dosch@usgs.gov>
Date: Wed, 4 Dec 2024 11:04:23 -0600
Subject: [PATCH] fix placeholder image path

---
 src/assets/content/ChartGrid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assets/content/ChartGrid.js b/src/assets/content/ChartGrid.js
index 107ed5d..d877cef 100644
--- a/src/assets/content/ChartGrid.js
+++ b/src/assets/content/ChartGrid.js
@@ -17,7 +17,7 @@ export default {
             project: 'Findex',
             vizKey: 'ThreatSankey',
             vizRoute: 'inland-fish-total-threats',
-            img_src: 'Placeholder_thumbnail.png',
+            img_src: 'Placeholder_thumbnail.PNG',
             alt: '',
             chartOrder: 1,
             description: 'Land use change is threatening inland fisheries.'
-- 
GitLab