Skip to content

Commit

Permalink
Bugfix: In geojson example redirection to data source (#2335)
Browse files Browse the repository at this point in the history
* fix: #2334

* lint

---------

Co-authored-by: Chris Gervang <[email protected]>
Co-authored-by: Chris Gervang <[email protected]>
  • Loading branch information
3 people committed Dec 19, 2024
1 parent 64798e8 commit f59c0fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/geojson/src/control-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f59c0fc

Please sign in to comment.