Compare commits
No commits in common. "ee3110ccba2515d03861fa4c52c50bf200745553" and "c54722f2f5a29aa9be5eefc7c2c17d835ee4a39c" have entirely different histories.
ee3110ccba
...
c54722f2f5
@ -50,14 +50,13 @@
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<!-- <img
|
||||||
v-if="leader.image"
|
v-if="leader.image"
|
||||||
:src="leader.image"
|
:src="leader.image"
|
||||||
alt=""
|
alt=""
|
||||||
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
||||||
/>
|
/> -->
|
||||||
<div
|
<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"
|
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) }}
|
{{ getInitials(leader.name) }}
|
||||||
|
|||||||
@ -51,14 +51,13 @@
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<!-- <img
|
||||||
v-if="leader.image"
|
v-if="leader.image"
|
||||||
:src="leader.image"
|
:src="leader.image"
|
||||||
alt=""
|
alt=""
|
||||||
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
||||||
/>
|
/> -->
|
||||||
<div
|
<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"
|
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) }}
|
{{ getInitials(leader.name) }}
|
||||||
|
|||||||
@ -51,14 +51,13 @@
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<!-- <img
|
||||||
v-if="leader.image"
|
v-if="leader.image"
|
||||||
:src="leader.image"
|
:src="leader.image"
|
||||||
alt=""
|
alt=""
|
||||||
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
class="w-[58PX] h-[58PX] flex-shrink-0 rounded-[50%]"
|
||||||
/>
|
/> -->
|
||||||
<div
|
<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"
|
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) }}
|
{{ getInitials(leader.name) }}
|
||||||
|
|||||||
@ -51,14 +51,13 @@
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img
|
<!-- <img
|
||||||
v-if="leader.image"
|
v-if="leader.image"
|
||||||
:src="leader.image"
|
:src="leader.image"
|
||||||
alt=""
|
alt=""
|
||||||
class="w-[58PX] h-[58PX] rounded-[50%]"
|
class="w-[58PX] h-[58PX] rounded-[50%]"
|
||||||
/>
|
/> -->
|
||||||
<div
|
<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"
|
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) }}
|
{{ getInitials(leader.name) }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user