mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Add arrowheads to narrative lines
This commit is contained in:
committed by
Lachlan Kermode
parent
bcc70a57f6
commit
470ef65617
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user