We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7fe52 commit c9c8812Copy full SHA for c9c8812
frontend/src/components/app/users/UserProfile.vue
@@ -21,7 +21,7 @@
21
</div>
22
<div class="flex items-center mt-2 text-left">
23
<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>
+ <h1 class="text-gray-600">{{Math.floor(user.distance)}}km away</h1>
25
26
27
<img src="../../../assets/gender.png" class="w-4 h-4 mr-2">
0 commit comments