recreated modals and many other components
This commit is contained in:
@@ -139,7 +139,7 @@ export default function TeamManagement({
|
||||
) : null}
|
||||
|
||||
{permissions !== true && collection.isPublic && (
|
||||
<hr className="mb-3 border border-neutral-content" />
|
||||
<div className="divider mb-3 mt-0"></div>
|
||||
)}
|
||||
|
||||
{permissions === true && (
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function ViewTeam({ collection }: Props) {
|
||||
|
||||
<div
|
||||
className="relative border px-2 rounded-md border-neutral flex min-h-[4rem] gap-2 justify-between"
|
||||
title={`'@${collectionOwner.username}' is the owner of this collection.`}
|
||||
title={`@${collectionOwner.username} is the owner of this collection.`}
|
||||
>
|
||||
<div className="flex items-center gap-2 w-full">
|
||||
<ProfilePhoto
|
||||
|
||||
Reference in New Issue
Block a user