panels: map, logo top bar

This commit is contained in:
muerwre 2018-12-07 12:58:51 +07:00
parent 3de025b0df
commit 43f4b5cda0
8 changed files with 111 additions and 56 deletions
src/components

View file

@ -64,7 +64,7 @@ export class UserLocation extends React.Component {
render() {
return (
<div className="locate-geo-button" onClick={this.centerMapOnLocation}>
<div onClick={this.centerMapOnLocation}>
<Icon icon="icon-locate" size={30} />
</div>
);