From 02805f06a7ab487a7fccbd9c4c81f31b42c3cb56 Mon Sep 17 00:00:00 2001
From: Corson-Dosch <hcorson-dosch@usgs.gov>
Date: Fri, 28 Feb 2025 09:35:10 -0600
Subject: [PATCH] edit title and add heading

---
 src/assets/content/ChartGrid.js | 2 +-
 src/assets/text/text.js         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/assets/content/ChartGrid.js b/src/assets/content/ChartGrid.js
index db21cd4..ad450e7 100644
--- a/src/assets/content/ChartGrid.js
+++ b/src/assets/content/ChartGrid.js
@@ -13,7 +13,7 @@ export default {
             description: 'Land use change is threatening inland fisheries.'
         },
         {
-            title: 'Threats to inland fisheries vary across the globe',
+            title: 'A global view of threats',
             project: 'Findex',
             vizKey: 'FindexGlobalThreats',
             vizRoute: 'inland-fish-global-threats',
diff --git a/src/assets/text/text.js b/src/assets/text/text.js
index 3b4323f..5fb01df 100644
--- a/src/assets/text/text.js
+++ b/src/assets/text/text.js
@@ -236,6 +236,7 @@ export default {
             paragraph1: 'Land use change is the biggest threat to inland fisheries.'
         },
         FindexGlobalThreats: {
+            heading1:"Global variability of threats",
             paragraph1: "While threats related to habitat are the <a href='/visualizations/earth-in-flux/#/findex/inland-fish-total-threats' target='_blank'>overall highest threat</a> to inland fisheries worldwide, the severity of threats varies globally.",
             tabData: [
                 {
-- 
GitLab