Skip to content

Commit

Permalink
Fix draggable-markers code link (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Jun 4, 2019
1 parent 5d8bfa5 commit d18073c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/draggable-markers/src/control-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ export default class ControlPanel extends PureComponent {
<h3>Draggable Marker</h3>
<p>Try dragging the marker to another location.</p>
<div>{eventNames.map(this.renderEvent)}</div>
{/* TODO add a "View Code" link here when we know the release */}
<a
href="https://github.com/uber/react-map-gl/tree/5.0-release/examples/draggable-markers"
target="_new"
>
View Code ↗
</a>
</Container>
);
}
Expand Down

0 comments on commit d18073c

Please sign in to comment.