feat(chat): add placeholder avatar

This commit is contained in:
João Paulo Dubas 2024-12-10 00:48:11 +00:00
parent a9cba6ee79
commit 2dd258ad3d
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
2 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ defmodule SlaxWeb.ChatRoomLive do
>
<.icon name="hero-trash" class="h-4 w-4" />
</button>
<div class="h-10 w-10 rounded flex-shrink-0 bg-slate-300"></div>
<img class="h-10 w-10 rounded flex-shrink-0" src={~p"/images/one_ring.jpg"} />
<div class="ml-2">
<div class="-mt-1">
<.link class="text-sm font-semibold hover:underline">

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB