diff --git a/app/assets/graphics/content/AMIS_EW_synthesis_202008.jpg b/app/assets/graphics/content/AMIS_EW_synthesis_202008.jpg new file mode 100644 index 00000000..125a2b4e Binary files /dev/null and b/app/assets/graphics/content/AMIS_EW_synthesis_202008.jpg differ diff --git a/app/assets/scripts/components/indicators/indicator-agriculture.js b/app/assets/scripts/components/indicators/indicator-agriculture.js index c2f38eb3..2b404f8a 100644 --- a/app/assets/scripts/components/indicators/indicator-agriculture.js +++ b/app/assets/scripts/components/indicators/indicator-agriculture.js @@ -11,9 +11,9 @@ import media from '../../styles/utils/media-queries'; import { glsp } from '../../styles/utils/theme-values'; import Heading from '../../styles/type/heading'; import MediaImage from '../../styles/media-image'; -// import config from '../../config'; +import config from '../../config'; -// const { baseUrl } = config; +const { baseUrl } = config; const LeadFold = styled(Fold)` padding-bottom: 0; @@ -361,13 +361,13 @@ class AgLongForm extends React.Component {

- {/* - Crop Monitor for AMIS and Early Warning July synthesis map. Image + Crop Monitor for AMIS and Early Warning August synthesis map. Image Credit: GEOGLAM Crop Monitor - */} + diff --git a/package.json b/package.json index 106affcf..687ef9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covid-dashboard", - "version": "1.4.2", + "version": "1.4.3", "description": "Frontend application for the Covid Dashboard", "repository": { "type": "git",