diff --git a/src/app/app.component.css b/src/app/app.component.css index 5073e54..3139443 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -54,5 +54,6 @@ header p{ .route-list div p{ display: inline-block; + text-transform: capitalize; padding-left: 40px; } diff --git a/src/app/app.component.html b/src/app/app.component.html index ae52aa1..b38fcf1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -10,7 +10,7 @@
-

{{step.maneuver?.type }} {{step.maneuver?.modifier }}

+

{{step.maneuver?.type }} {{step.maneuver?.modifier }} on {{step.name }}