minor bug fixed
This commit is contained in:
parent
824f7c2789
commit
a53b8aa4eb
|
@ -115,6 +115,7 @@ export default function () {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{activeCollection?.members[0] ? (
|
||||
<div>
|
||||
<div className="text-sky-400 flex justify-end items-center w-56 mr-3">
|
||||
<div className="mr-1 bg-sky-500 p-1 leading-3 select-none cursor-pointer hover:bg-sky-400 duration-100 text-white rounded-full text-xs">
|
||||
|
@ -130,7 +131,10 @@ export default function () {
|
|||
className="h-10 w-10 shadow rounded-full border-[3px] border-sky-100 -mr-3"
|
||||
>
|
||||
<div className="text-white bg-sky-500 h-10 w-10 shadow rounded-full border-[3px] border-sky-100 -mr-3 flex items-center justify-center">
|
||||
<FontAwesomeIcon icon={faUser} className="w-5 h-5" />
|
||||
<FontAwesomeIcon
|
||||
icon={faUser}
|
||||
className="w-5 h-5"
|
||||
/>
|
||||
</div>
|
||||
</ImageWithFallback>
|
||||
);
|
||||
|
@ -144,6 +148,7 @@ export default function () {
|
|||
) : null}
|
||||
</div>
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
<div className="text-gray-500 flex justify-between items-end gap-5">
|
||||
|
|
Ŝarĝante…
Reference in New Issue