diff --git a/src/routes/racepicks/+page.svelte b/src/routes/racepicks/+page.svelte index 126c17f..fac868c 100644 --- a/src/routes/racepicks/+page.svelte +++ b/src/routes/racepicks/+page.svelte @@ -164,6 +164,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 35px; width: 35px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} /> {/each} @@ -182,6 +183,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 35px; width: 35px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} /> {/each} @@ -313,6 +315,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 40px; width: 40px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} />