From 8ab69ba67c1d78ede73dd4813903d7c1be2dc40f Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Tue, 3 Sep 2024 14:21:06 -0500 Subject: [PATCH] add thumbnail and key message --- src/assets/content/ChartGrid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/content/ChartGrid.js b/src/assets/content/ChartGrid.js index 0deb495..0ca0bf6 100644 --- a/src/assets/content/ChartGrid.js +++ b/src/assets/content/ChartGrid.js @@ -25,9 +25,9 @@ export default { project: 'Fish as Food', vizKey: 'FishAsFoodLinkChart', vizRoute: 'inland-rec-fish-climate', - img_src: 'Placeholder_thumbnail.PNG', + img_src: 'FishAsFoodLinkChart_thumbnail.png', alt: '', - description: 'Description or key takeaways from this Viz (Viz 3)' + description: '...and recreationally fished inland inland fish species are vulnerable' }, { title: 'Glacier/Topography D3 Cross-Section Scan', -- GitLab