Skip to content

Commit c9c8812

Browse files
committed
km together with distance
1 parent fc7fe52 commit c9c8812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/users/UserProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div class="flex items-center mt-2 text-left">
2323
<img src="../../../assets/location.png" class="w-4 h-4 mr-2">
24-
<h1 class="text-gray-600">{{Math.floor(user.distance)}} km away</h1>
24+
<h1 class="text-gray-600">{{Math.floor(user.distance)}}km away</h1>
2525
</div>
2626
<div class="flex items-center mt-2 text-left">
2727
<img src="../../../assets/gender.png" class="w-4 h-4 mr-2">

0 commit comments

Comments
 (0)