Skip to content

Commit ad2d8d9

Browse files
committed
remove last name from profile
1 parent 3c76e12 commit ad2d8d9

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
@@ -2,7 +2,7 @@
22
<!-- eslint-disable -->
33
<div class="profileContainer md:overflow-scroll">
44
<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>
5+
<h1 class="text-gray-matcha text-3xl font-semibold">{{user.first_name}}, {{user.age}}</h1>
66
<div class="flex items-center text-left33">
77
<img src="../../../assets/gender.png" class="w-4 h-4 mr-2">
88
<h1 class="text-gray-matcha mt-4"><span class="capitalize">{{user.gender}}</span> looking for {{preferences()}}</h1>

0 commit comments

Comments
 (0)