diff --git a/contributing/DEVELOPERS.md b/contributing/DEVELOPERS.md index 1bc1d151e1..5371fa2e0e 100644 --- a/contributing/DEVELOPERS.md +++ b/contributing/DEVELOPERS.md @@ -82,7 +82,7 @@ npm run start:deck-src ## Running Tests -- We write node and browser tests with [Tape][tape], [Enzyme][enzyme], [jsDom](https://www.npmjs.com/package/jsdom) and [@probe.gl/test-util](https://uber-web.github.io/probe.gl/docs/api-reference/test-utils/browser-driver), and lint with [ESLint][eslint]. Make sure to run test before submitting your PR. To run all of the tests once +- We write node and browser tests with [Tape][tape], [Enzyme][enzyme], [jsDom](https://www.npmjs.com/package/jsdom) and [@probe.gl/test-util](https://uber-web.github.io/probe.gl/docs/modules/test-utils/browser-driver), and lint with [ESLint][eslint]. Make sure to run test before submitting your PR. To run all of the tests once ```bash yarn test diff --git a/docs/user-guides/k-save-and-export.md b/docs/user-guides/k-save-and-export.md index 041ab6bbe6..32a5634cca 100644 --- a/docs/user-guides/k-save-and-export.md +++ b/docs/user-guides/k-save-and-export.md @@ -2,7 +2,7 @@ ![Save and Export](https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/documentation/k-save-and-export-1.png "activate interactions") -kepler.gl is a client-side only application. In the demo app, the data you uploaded stays in your browser. Uber does not send or store any user data to any backends. This rule poses an limitation on how you can save and share your maps. +kepler.gl is a client-side only application. In the demo app, the data you uploaded stays in your browser. kepler.gl does not send or store any user data to any backends. This rule poses an limitation on how you can save and share your maps. However, in the demo app, you can: diff --git a/src/utils/src/export-map-html.ts b/src/utils/src/export-map-html.ts index 4d99386bb2..f2113f69ce 100644 --- a/src/utils/src/export-map-html.ts +++ b/src/utils/src/export-map-html.ts @@ -38,8 +38,8 @@ export const exportMapToHTML = (options, version = KEPLER_GL_VERSION) => { - - + + diff --git a/website-gatsby/gatsby-config.js b/website-gatsby/gatsby-config.js index 92eec5dade..0754bcfde5 100644 --- a/website-gatsby/gatsby-config.js +++ b/website-gatsby/gatsby-config.js @@ -89,7 +89,7 @@ const GATSBY_CONFIG = { }, { name: 'react-map-gl', - url: 'https://uber.github.io/react-map-gl' + url: 'https://visgl.github.io/react-map-gl' }, { name: 'nebula.gl', diff --git a/website-gatsby/src/components/footer.js b/website-gatsby/src/components/footer.js index 1b7f02d688..613f16497e 100644 --- a/website-gatsby/src/components/footer.js +++ b/website-gatsby/src/components/footer.js @@ -162,11 +162,11 @@ export default class Footer extends PureComponent { - + {' '} - + diff --git a/website/src/components/footer.js b/website/src/components/footer.js index 6e64d019a9..65aff6db23 100644 --- a/website/src/components/footer.js +++ b/website/src/components/footer.js @@ -160,10 +160,10 @@ export default class Footer extends PureComponent { - + {' '} - + diff --git a/website/src/static/index.html b/website/src/static/index.html index 9e16d0db5a..a6bfd130df 100644 --- a/website/src/static/index.html +++ b/website/src/static/index.html @@ -22,8 +22,8 @@ - - + +