minor bug fixed

This commit is contained in:
Daniel 2023-05-25 22:15:54 +03:30
parent 824f7c2789
commit a53b8aa4eb

View File

@ -115,6 +115,7 @@ export default function () {
</div> </div>
</div> </div>
{activeCollection?.members[0] ? (
<div> <div>
<div className="text-sky-400 flex justify-end items-center w-56 mr-3"> <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"> <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" 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"> <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> </div>
</ImageWithFallback> </ImageWithFallback>
); );
@ -144,6 +148,7 @@ export default function () {
) : null} ) : null}
</div> </div>
</div> </div>
) : null}
</div> </div>
<div className="text-gray-500 flex justify-between items-end gap-5"> <div className="text-gray-500 flex justify-between items-end gap-5">