Skip to content

Commit 634c98b

Browse files
committedSep 7, 2024·
🔄 Synced local '.' with remote 'apps/examples/sveltekit'
1 parent 7753992 commit 634c98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/header.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img
1010
alt="User avatar"
1111
src={$page.data?.session?.user?.image ??
12-
"https://source.boringavatars.com/marble/120"}
12+
`https://api.dicebear.com/9.x/thumbs/svg?seed=${Math.floor(Math.random() * 100000) + 1}&randomizeIds=true`}
1313
class="avatar"
1414
/>
1515
{#if $page.data.session}

0 commit comments

Comments
 (0)
Please sign in to comment.