diff --git a/frontend/src/utils.ts b/frontend/src/utils.ts index 86eeb1738..09951acc3 100644 --- a/frontend/src/utils.ts +++ b/frontend/src/utils.ts @@ -75,7 +75,7 @@ export type WorkspacesAvailable = { }; export const generateAvatarUrl = (style: string, seed: string) => { - return `https://avatars.dicebear.com/api/${style}/${stringHash(seed)}.svg`; + return `https://api.dicebear.com/8.x/${style}/svg?seed=${stringHash(seed)}`; }; export const stringHash = (s: string) => {