Skip to content

Commit

Permalink
Merge pull request #37 from resource-watch/feature/dashboards-texts-u…
Browse files Browse the repository at this point in the history
…pdates

change the dashboard detail summary to content
  • Loading branch information
j8seangel authored Sep 9, 2016
2 parents 6e82041 + 3b70039 commit 8df85c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/scripts/components/Dashboards/DashboardDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ class DashboardDetail extends React.Component {
dashboardSlug={this.props.dashboardSlug}
currentSection="dashboards"
>
<p dangerouslySetInnerHTML={{__html:this.props.data.summary }}></p>
<p>This is an initial list of insights, data and tools that are important for our work.</p>
<p dangerouslySetInnerHTML={{ __html:this.props.data.content }}></p>
<p>This is an initial list of insights, data and tools that are important for our work.
</p>
</SectionIntro>

<NavTab
Expand Down

0 comments on commit 8df85c7

Please sign in to comment.