This commit is contained in:
2023-06-05 15:46:51 +02:00
parent 6e1421fd2e
commit 04f9ab969b

View File

@@ -25,7 +25,7 @@
</div> </div>
<div class="container2"> <div class="container2">
<div class="left"> <div class="left">
<div *ngFor="let waypoint of waypoints, let i = index" class="row"> <div *ngFor="let waypoint of waypoints" class="row">
<h3 id="location-name"> <h3 id="location-name">
<a class="link link-primary" href="location/{{location.location}}/{{waypoint.id}}"> {{waypoint.name}}</a> <a class="link link-primary" href="location/{{location.location}}/{{waypoint.id}}"> {{waypoint.name}}</a>
<svg *ngIf="waypoint.visited" id="check" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <svg *ngIf="waypoint.visited" id="check" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
@@ -36,7 +36,6 @@
<h4 *ngIf="waypoint.distance && !positionNotFound">{{translations.distance}}: {{waypoint.distance}} km</h4> <h4 *ngIf="waypoint.distance && !positionNotFound">{{translations.distance}}: {{waypoint.distance}} km</h4>
<h4 *ngIf="positionNotFound">{{translations.positionNotFoundErrorMessage}}</h4> <h4 *ngIf="positionNotFound">{{translations.positionNotFoundErrorMessage}}</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="right"> <div class="right">