From 9c004c8021413caeb354285925acdf046c3b2509 Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 2 Oct 2022 19:09:03 +0200 Subject: [PATCH] Changing the icon used for thecurrent location. --- .../map/{current-location.tsx => CurrentLocation.tsx} | 9 ++++++--- src/components/map/map.tsx | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) rename src/components/map/{current-location.tsx => CurrentLocation.tsx} (80%) diff --git a/src/components/map/current-location.tsx b/src/components/map/CurrentLocation.tsx similarity index 80% rename from src/components/map/current-location.tsx rename to src/components/map/CurrentLocation.tsx index 472d502..0a50d16 100644 --- a/src/components/map/current-location.tsx +++ b/src/components/map/CurrentLocation.tsx @@ -20,9 +20,12 @@ const CurrentLocation: React.FC<{}> = () => { ); }; diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index bcdf698..da76e8e 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -9,7 +9,7 @@ import Slippy from '../slippy/slippy'; import TiledMap from './tiled-map'; import GetLocation from './get-location'; import Whiteboard from './whiteboard'; -import CurrentLocation from './current-location'; +import CurrentLocation from './CurrentLocation'; import { IonApp, IonButtons,