refactored/cleaned up API + added support for renaming tags
This commit is contained in:
@@ -68,7 +68,7 @@ export default function CollectionCard({ collection, className }: Props) {
|
||||
return (
|
||||
<ProfilePhoto
|
||||
key={i}
|
||||
src={`/api/avatar/${e.userId}?${Date.now()}`}
|
||||
src={`/api/v1/avatar/${e.userId}?${Date.now()}`}
|
||||
className="-mr-3 border-[3px]"
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user