We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
balazsorban44
ThangHuuVu
Learn more about funding links in repositories.
Report abuse
1 parent 7753992 commit 634c98bCopy full SHA for 634c98b
src/components/header.svelte
@@ -9,7 +9,7 @@
9
<img
10
alt="User avatar"
11
src={$page.data?.session?.user?.image ??
12
- "https://source.boringavatars.com/marble/120"}
+ `https://api.dicebear.com/9.x/thumbs/svg?seed=${Math.floor(Math.random() * 100000) + 1}&randomizeIds=true`}
13
class="avatar"
14
/>
15
{#if $page.data.session}
0 commit comments