Compare commits

..

No commits in common. "ee3110ccba2515d03861fa4c52c50bf200745553" and "c54722f2f5a29aa9be5eefc7c2c17d835ee4a39c" have entirely different histories.

4 changed files with 8 additions and 12 deletions

View File

@ -50,14 +50,13 @@
>
<div>
<div class="flex items-center">
<img
<!-- <img
v-if="leader.image"
:src="leader.image"
alt=""
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
/>
/> -->
<div
v-else
class="w-[58PX] h-[58PX] rounded-[50%] flex-shrink-0 bg-[#FF7BAC] text-[#fff] flex justify-center items-center text-[20PX] font-600"
>
{{ getInitials(leader.name) }}

View File

@ -51,14 +51,13 @@
>
<div>
<div class="flex items-center">
<img
<!-- <img
v-if="leader.image"
:src="leader.image"
alt=""
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
/>
/> -->
<div
v-else
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%] bg-[#FF7BAC] text-[#fff] flex justify-center items-center text-[20PX] font-600"
>
{{ getInitials(leader.name) }}

View File

@ -51,14 +51,13 @@
>
<div>
<div class="flex items-center">
<img
<!-- <img
v-if="leader.image"
:src="leader.image"
alt=""
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
/>
/> -->
<div
v-else
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%] bg-[#FF7BAC] text-[#fff] flex justify-center items-center text-[20PX] font-600"
>
{{ getInitials(leader.name) }}

View File

@ -51,14 +51,13 @@
>
<div>
<div class="flex items-center">
<img
<!-- <img
v-if="leader.image"
:src="leader.image"
alt=""
class="w-[58PX] h-[58PX] rounded-[50%]"
/>
/> -->
<div
v-else
class="w-[58PX] h-[58PX] rounded-[50%] flex-shrink-0 bg-[#FF7BAC] text-[#fff] flex justify-center items-center text-[20PX] font-600"
>
{{ getInitials(leader.name) }}