fix node image design

This commit is contained in:
2025-05-01 16:01:11 +02:00
parent 3b4677614c
commit 4ab380f107

View File

@@ -81,7 +81,7 @@
/>
<div class="avatar mb-2" style="z-index: 2; cursor: pointer;">
<div class="bg-accent w-24 rounded-full border-0 ring-offset-1">
<div class={"w-24 rounded-full border-0 ring-offset-1"+nodeColor}>
<img
src={data.profile_picture || 'https://cdn-icons-png.flaticon.com/512/10628/10628885.png'}
alt="Picture of {data.last_name} {data.first_name}"