{activeCollection.ownerId === data?.user.id
? "Manage"
: "View"}{" "}
@@ -135,18 +142,11 @@ export default function () {
)
.map((e, i) => {
return (
-
-
-
-
-
+ className="-mr-3 group-hover:brightness-125 bg-white duration-100"
+ />
);
})
.slice(0, 4)}