fixed image

This commit is contained in:
Nabil Ould Hamou 2024-12-09 16:40:30 +01:00
parent e09f30bff3
commit 72f116f553

View file

@ -34,7 +34,7 @@
<!-- Image de profil collée à gauche --> <!-- Image de profil collée à gauche -->
<div class="flex flex-row gap-3 items-center"> <div class="flex flex-row gap-3 items-center">
<img <img
src={profilePicture || defaultProfilePicture} src={'http://localhost:5173/' + profilePicture}
alt="Profile Picture" alt="Profile Picture"
class="h-10 w-10 rounded-full border border-gray-300" class="h-10 w-10 rounded-full border border-gray-300"
/> />