Skip to content

Commit

Permalink
[website] use png logo
Browse files Browse the repository at this point in the history
  • Loading branch information
heshan0131 committed May 29, 2018
1 parent 6d49acf commit f4087db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class Footer extends PureComponent {
return (
<Container>
<LogosContainer>
<img style={{width: '120px'}} src={cdnUrl('icons/kepler.svg')} />
<img style={{width: '120px'}} src={cdnUrl('icons/kepler.gl-logo.png')} />
<BrandingContainer>
<img src={cdnUrl('icons/uber.svg')} />
<MapboxLogo/>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default class Hero extends PureComponent {
<Container>
<BackgroundImage src={cdnUrl('hero/kepler.gl-background.png')} />
<Content>
<Logo src={cdnUrl('icons/kepler.svg')} />
<Logo src={cdnUrl('icons/kepler.gl-logo.png')} />
<StyledCaption>
<div className="kg-home__caption__subtitle">
Make an impact with your location data
Expand Down

0 comments on commit f4087db

Please sign in to comment.