From 34c87cf3e3a2f62f83bef02aa3fcbf883d64229d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20Ku=CC=88ng?= Date: Sun, 23 Apr 2023 15:20:17 +0200 Subject: [PATCH] changes --- src/app/list/list.component.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/list/list.component.html b/src/app/list/list.component.html index 8c35dcb..70fff06 100644 --- a/src/app/list/list.component.html +++ b/src/app/list/list.component.html @@ -4,9 +4,11 @@

- {{locations.location}} + {{locations.location}}

-

Distance: {{distance[i]}}

+
+

Distance: {{distance[i]}} km

+
@@ -18,7 +20,10 @@

{{waypoinst.name}}

-

Distance: {{distance[i]}}

+
+

Distance: {{distance[i]}} km

+
+