Skip to content

Commit

Permalink
update default avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 12, 2024
1 parent 855caf0 commit b82d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/analytics/get-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const getCustomersMap = async (customerIds: string[]) => {
email: customer.email || "",
avatar:
customer.avatar ||
`https://api.dicebear.com/7.x/micah/svg?seed=${customer.id}`,
`https://api.dicebear.com/9.x/notionists/png?seed=${customer.id}`,
});
return acc;
},
Expand Down

0 comments on commit b82d573

Please sign in to comment.