Skip to content

Commit 24fbddd

Browse files
Bugfix: In geojson example redirection to data source (#2335)
* fix: #2334 * lint --------- Co-authored-by: Chris Gervang <[email protected]> Co-authored-by: Chris Gervang <[email protected]>
1 parent 0512e19 commit 24fbddd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/geojson/src/control-panel.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ function ControlPanel(props) {
1111
see details.
1212
</p>
1313
<p>
14-
Data source: <a href="www.census.gov">US Census Bureau</a>
14+
Data source:{' '}
15+
<a href="https://www.census.gov" target="_new">
16+
US Census Bureau
17+
</a>
1518
</p>
1619
<div className="source-link">
1720
<a

0 commit comments

Comments
 (0)