Add arrowheads to narrative lines

This commit is contained in:
Franc Camps-Febrer
2018-12-16 13:01:04 +01:00
committed by Lachlan Kermode
parent bcc70a57f6
commit 470ef65617
3 changed files with 33 additions and 5 deletions

View File

@@ -59,8 +59,8 @@ class Toolbar extends React.Component {
renderToolbarNarrativePanel() {
return (
<TabPanel>
<h2>Focus stories</h2>
<p>Here are some highlighted stories</p>
<h2>{copy[this.props.language].toolbar.narrative_panel_title}</h2>
<p>{copy[this.props.language].toolbar.narrative_summary}</p>
{this.props.narratives.map((narr) => {
return (
<div className="panel-action action">