Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Sep 27, 2019
1 parent fc8115c commit 1fc9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deck.gl/3d-tiles/components/control-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class ControlPanel extends PureComponent {
return (
<div style={{marginTop: '0.5cm'}}>
<div style={{textAlign: 'center', borderStyle: 'groove'}}>
{Boolean(attributions.length) && <b>Tileset Credentials</b>}
{Boolean(attributions.length) && <b>Tileset Attribution</b>}
{attributions.map(attribution => (
<div key={attribution.html} dangerouslySetInnerHTML={{__html: attribution.html}} />
))}
Expand Down

0 comments on commit 1fc9251

Please sign in to comment.