mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
Bugfix: In geojson example redirection to data source (#2335)
* fix: #2334 * lint --------- Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: Chris Gervang <chris@gervang.com>
This commit is contained in:
parent
0512e192da
commit
24fbddd3e1
@ -11,7 +11,10 @@ function ControlPanel(props) {
|
||||
see details.
|
||||
</p>
|
||||
<p>
|
||||
Data source: <a href="www.census.gov">US Census Bureau</a>
|
||||
Data source:{' '}
|
||||
<a href="https://www.census.gov" target="_new">
|
||||
US Census Bureau
|
||||
</a>
|
||||
</p>
|
||||
<div className="source-link">
|
||||
<a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user