We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c76e12 commit ad2d8d9Copy full SHA for ad2d8d9
frontend/src/components/app/users/UserProfile.vue
@@ -2,7 +2,7 @@
2
<!-- eslint-disable -->
3
<div class="profileContainer md:overflow-scroll">
4
<div class="text-center text-wrap p-8 md:pt-0 border-b">
5
- <h1 class="text-gray-matcha text-3xl font-semibold">{{user.first_name}} {{user.last_name}}, {{user.age}}</h1>
+ <h1 class="text-gray-matcha text-3xl font-semibold">{{user.first_name}}, {{user.age}}</h1>
6
<div class="flex items-center text-left33">
7
<img src="../../../assets/gender.png" class="w-4 h-4 mr-2">
8
<h1 class="text-gray-matcha mt-4"><span class="capitalize">{{user.gender}}</span> looking for {{preferences()}}</h1>
0 commit comments