File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -765,15 +765,18 @@ class App extends Component {
765
765
ctaText = "Configure"
766
766
poweredBy = {
767
767
< React . Fragment >
768
+ < p className = "info" > For information on how to use this extensions check out the
769
+ { " " } < a href = "https://github.com/uber/kepler.gl-tableau/tree/feat/docs/docs" target = "_blank" rel = "noopener noreferrer" > user guide</ a >
770
+ </ p >
768
771
< p className = "info" > Brought to you by: </ p >
769
- < a href = "http://www.datablick.com/" target = "_blank" >
772
+ < a href = "http://www.datablick.com/" target = "_blank" rel = "noopener noreferrer" >
770
773
< img src = { dbLogo } />
771
774
</ a > { ' ' }
772
- < a href = "https://starschema.com/" target = "_blank" >
775
+ < a href = "https://starschema.com/" target = "_blank" rel = "noopener noreferrer" >
773
776
< img src = { ssLogo } />
774
777
</ a >
775
778
< p className = "info" > Powered by: </ p >
776
- < a href = "https://github.com/uber/kepler.gl" target = "_blank" >
779
+ < a href = "https://github.com/uber/kepler.gl" target = "_blank" rel = "noopener noreferrer" >
777
780
< img src = { kepLogo } />
778
781
</ a >
779
782
</ React . Fragment >
You can’t perform that action at this time.
0 commit comments