mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2026-07-31 06:59:03 +02:00
updated css
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<div class="route-list">
|
||||
<div *ngFor="let step of this.routeSteps">
|
||||
<p>{{step.maneuver?.type }} {{step.maneuver?.modifier }}</p>
|
||||
<p>{{step.maneuver?.type }} {{step.maneuver?.modifier }} on {{step.name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user