From 8c42fbacbac0abc326c32d7d2e86fc7ce136d4fe Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Wed, 4 Sep 2024 16:31:22 -0500 Subject: [PATCH] drop ...and from start of key messages --- src/assets/content/ChartGrid.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/content/ChartGrid.js b/src/assets/content/ChartGrid.js index 472e1d4..0f2eba3 100644 --- a/src/assets/content/ChartGrid.js +++ b/src/assets/content/ChartGrid.js @@ -9,7 +9,7 @@ export default { vizRoute: 'inland-fish-threats', img_src: 'ThreatBumpChart_thumbnail.png', alt: '', - description: '... and inland fisheries are threatened.' + description: 'Inland fisheries are threatened.' }, { title: 'Glacier/Topography D3 Cross-Section Scan', @@ -18,7 +18,7 @@ export default { vizRoute: 'glacier-scan', img_src: 'glacial_xray_thumbnail.png', alt: '', - description: '...and researchers are studying glacial ice.' + description: 'Researchers are studying glacial ice.' }, { title: 'Global economic value of recreationally fished species', @@ -27,7 +27,7 @@ export default { vizRoute: 'inland-rec-fish-value', img_src: 'circle-pack-thumbnail.png', alt: '', - description: '...and inland recreational fishing contributes economic value.' + description: 'Inland recreational fishing contributes economic value.' }, { title: 'Beaufort Sea Sediment Coring', @@ -36,7 +36,7 @@ export default { vizRoute: 'beaufort-sea-ice-coring', img_src: 'BeaufortSeaCore_thumbnail.PNG', alt: '', - description: '...and sediment cores can help build past and present climates.' + description: 'Sediment cores can help build past and present climates.' }, { title: 'Beaufort Sea Species', @@ -45,7 +45,7 @@ export default { vizRoute: 'beaufort-sea-species', img_src: 'BeaufortSeaSpecies_thumbnail.png', alt: '', - description: '...and microfossils can be used to indicate these changes.' + description: 'Microfossils can be used to indicate these changes.' }, { title: 'Beaufort Sea Timeline', @@ -54,7 +54,7 @@ export default { vizRoute: 'beaufort-sea-timeline', img_src: 'BeaufortSeaTimeline_thumbnail.PNG', alt: '', - description: '...and communities of microorganisms on the sea floor are affected.' + description: 'Communities of microorganisms on the sea floor are affected.' } ] }; \ No newline at end of file -- GitLab