diff --git a/public/egologique_transparent_image.png b/public/egologique_transparent_image.png new file mode 100644 index 0000000..eaa5566 Binary files /dev/null and b/public/egologique_transparent_image.png differ diff --git a/src/components/DrawerComponent.js b/src/components/DrawerComponent.js index 8873bc2..57421ba 100644 --- a/src/components/DrawerComponent.js +++ b/src/components/DrawerComponent.js @@ -18,7 +18,7 @@ class DrawerComponent extends Component {
{this.props.current_activity.info.address} - + ); } @@ -29,9 +29,9 @@ class DrawerComponent extends Component { {this.props.current_activity.info.address} {this.props.finishButton() ? ( - + ) : ( - + )} ); @@ -60,7 +60,7 @@ class DrawerComponent extends Component {