improved UI

This commit is contained in:
daniel31x13
2023-12-05 04:39:01 -05:00
parent a3106e072b
commit 0e6b47d068
6 changed files with 32 additions and 25 deletions
@@ -211,6 +211,7 @@ export default function EditCollectionSharingModal({
src={
collectionOwner.image ? collectionOwner.image : undefined
}
name={collectionOwner.name}
/>
<div className="w-full">
<div className="flex items-center gap-1 w-full justify-between">
@@ -259,6 +260,7 @@ export default function EditCollectionSharingModal({
<div className="flex items-center gap-2">
<ProfilePhoto
src={e.user.image ? e.user.image : undefined}
name={e.user.name}
/>
<div>
<p className="text-sm font-bold">{e.user.name}</p>