Skip to content

Commit

Permalink
Merge branch 'develop' into stage/togo-ag
Browse files Browse the repository at this point in the history
  • Loading branch information
olafveerman authored Sep 16, 2020
2 parents 1f21b0f + 7f10ab5 commit f8efff4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -361,13 +361,13 @@ class AgLongForm extends React.Component {
</p>
</Prose>
</FoldDetails>
{/* <MediaImage
src={`${baseUrl}/assets/graphics/content/cropmonitor-july.png`}
alt='Crop Monitor for AMIS July'
<MediaImage
src={`${baseUrl}/assets/graphics/content/AMIS_EW_synthesis_202008.jpg`}
alt='Crop Monitor for AMIS August'
>
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
</MediaImage> */}
</MediaImage>
</Gridder>
</InterpretDataFold>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f8efff4

Please sign in to comment.