minor change

This commit is contained in:
Daniel 2023-05-28 05:47:19 +03:30
parent 1adb58c6d9
commit d2051a67ab

View File

@ -145,7 +145,7 @@ export default function () {
<ProfilePhoto <ProfilePhoto
key={i} key={i}
src={`/api/avatar/${e.userId}`} src={`/api/avatar/${e.userId}`}
className="-mr-3 group-hover:brightness-125 bg-white duration-100" className="-mr-3 bg-white duration-100"
/> />
); );
}) })