Skip to content

Commit b549e7b

Browse files
author
Chris DeMartini
authored
Merge pull request #10 from keplergl/fix/trex-files
fix: trex files and small tweaks to css, logos, typos
2 parents 5e6e72f + 64fa888 commit b549e7b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

public/datablick-kepler-gl local.trex renamed to public/datablick-kepler-gl-local.trex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<default-locale>en_US</default-locale>
55
<name resource-id="name"/>
66
<description>Kepler.gl</description>
7-
<author name="Chris DeMartini, Shan He and several others" email="extensions@datablick.com" organization="DataBlick and Uber" website="https://kepler.gl/"/>
7+
<author name="Multiple Contributors (See Git Repo)" email="keplergl-tableau@googlegroups.com" organization="DataBlick, Starschema and Uber" website="https://kepler.gl/"/>
88
<min-api-version>1.1</min-api-version>
99
<source-location>
1010
<url>http://localhost:3000/index.html</url>

public/datablick-kepler-gl.trex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<default-locale>en_US</default-locale>
55
<name resource-id="name"/>
66
<description>Kepler.gl</description>
7-
<author name="Chris DeMartini, Shan He and several others" email="extensions@datablick.com" organization="DataBlick and Uber" website="https://kepler.gl/"/>
7+
<author name="Multiple Contributors (See Git Repo)" email="keplergl-tableau@googlegroups.com" organization="DataBlick, Starschema and Uber" website="https://kepler.gl/"/>
88
<min-api-version>1.1</min-api-version>
99
<source-location>
1010
<url>https://keplergl.github.io/kepler.gl-tableau</url>

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import {selectMarksByField, applyFilterByField, clearMarksByField, clearFilterBy
6161
//logos
6262
import dbLogo from './assets/dblogo.png';
6363
import ssLogo from './assets/sslogo.jpg';
64-
import kepLogo from './assets/kepler.gl-logo.png';
64+
import kepLogo from './assets/kepler.gl-logo_2x.png';
6565

6666
const MAPBOX_ACCESS_TOKEN = 'pk.eyJ1IjoidWJlcmRhdGEiLCJhIjoiY2p2OGVvejQwMDJxZzRma2dvdWQ2OTQwcSJ9.VbuIamTa_JayuD2yr5tjaA';
6767

@@ -789,7 +789,7 @@ class App extends Component {
789789
ctaText="Configure"
790790
poweredBy={
791791
<React.Fragment>
792-
<p className="info">For information on how to use this extensions check out the
792+
<p className="info">For information on how to use this extension check out the
793793
{" "}<a href="https://github.com/uber/kepler.gl-tableau/tree/feat/docs/docs" target="_blank" rel="noopener noreferrer" >user guide</a>
794794
</p>
795795
<p className="info">Brought to you by: </p>

src/assets/kepler.gl-logo_2x.png

18 KB
Loading

src/components/Configuration/CustomScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class CustomScreen extends React.Component {
124124
tooltipText="Select a dark or light kepler.gl UI theme"
125125
/>
126126
<Select
127-
value={tableauSettings.theme || 'light'}
127+
value={tableauSettings.theme || 'dark'}
128128
onChange={handleChange}
129129
input={<Input name="theme" id="theme-helper" />}
130130
>

src/styles/Stepper.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939

4040
#Stepper.step-grid .step-item .step-count:after {
4141
position: absolute;
42-
width: 16%;
42+
width: 20%;
4343
height: 1px;
4444
background: rgb(187, 187, 187);
4545
content: '';
46-
margin-left: 2%;
46+
margin-left: 4%;
4747
margin-top: 12px;
4848
}
4949

0 commit comments

Comments
 (0)