Skip to content

Commit 59309bc

Browse files
author
Chris DeMartini
authored
Merge pull request #5 from uber/feat/docs-on-config-screen
chore: add docs reference to splash-config screen
2 parents aebdc31 + 0fce647 commit 59309bc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/App.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,15 +765,18 @@ class App extends Component {
765765
ctaText="Configure"
766766
poweredBy={
767767
<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>
768771
<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">
770773
<img src={dbLogo} />
771774
</a>{' '}
772-
<a href="https://starschema.com/" target="_blank">
775+
<a href="https://starschema.com/" target="_blank" rel="noopener noreferrer">
773776
<img src={ssLogo} />
774777
</a>
775778
<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">
777780
<img src={kepLogo} />
778781
</a>
779782
</React.Fragment>

0 commit comments

Comments
 (0)