diff --git a/src/src/app/shared/place-box/place-box.component.html b/src/src/app/shared/place-box/place-box.component.html index 4403a09..3df1eda 100644 --- a/src/src/app/shared/place-box/place-box.component.html +++ b/src/src/app/shared/place-box/place-box.component.html @@ -1,12 +1,12 @@ @if (selectedPlace) { -
+
-

{{ selectedPlace.name }} +

{{ selectedPlace.name }}

- +
- Place + Place
{{ selectedPlace.place }}
- Latitude + Latitude {{ selectedPlace.lat }}
- Longitude + Longitude {{ selectedPlace.lng }}
- Price + Price {{ selectedPlace.price || '-' }} @if (selectedPlace.price) { {{ currency$ | async }} }
- Duration + Duration {{ selectedPlace.duration || '-' }}
- Description - + Description +
diff --git a/src/src/app/shared/place-gpx/place-gpx.component.html b/src/src/app/shared/place-gpx/place-gpx.component.html index db9b596..5318f9c 100644 --- a/src/src/app/shared/place-gpx/place-gpx.component.html +++ b/src/src/app/shared/place-gpx/place-gpx.component.html @@ -1,12 +1,13 @@ @if (selectedPlace) { -
+
-

Trace of {{ selectedPlace.name }}

+

Trace of {{ selectedPlace.name + }}