mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
Fix draggable-markers code link (#813)
This commit is contained in:
parent
5d8bfa5971
commit
d18073c292
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user