We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312bb36 commit 8d4c71dCopy full SHA for 8d4c71d
resources/views/livewire/discussions/add-comment.blade.php
@@ -5,10 +5,9 @@
5
<div class="relative flex space-x-3">
6
<div class="flex-shrink-0">
7
<div class="relative">
8
- <img
+ <x-user.avatar
9
+ :user="$user"
10
class="flex size-10 items-center justify-center rounded-full bg-skin-card-gray object-cover ring-8 ring-body"
- src="{{ $authenticate->profile_photo_url }}"
11
- alt="{{ $authenticate->name }}"
12
/>
13
<span class="absolute -bottom-0.5 -right-1 rounded-tl bg-skin-body px-0.5 py-px">
14
<svg
0 commit comments