File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
resources/views/livewire/discussions Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
<div class =" relative flex space-x-3" >
6
6
<div class =" flex-shrink-0" >
7
7
<div class =" relative" >
8
- <img
8
+ <x-user .avatar
9
+ :user =" $user"
9
10
class =" flex size-10 items-center justify-center rounded-full bg-skin-card-gray object-cover ring-8 ring-body"
10
- src =" {{ $authenticate -> profile_photo_url } }"
11
- alt =" {{ $authenticate -> name } }"
12
11
/>
13
12
<span class =" absolute -bottom-0.5 -right-1 rounded-tl bg-skin-body px-0.5 py-px" >
14
13
<svg
@@ -37,7 +36,7 @@ class="size-5 text-skin-muted"
37
36
id =" body"
38
37
placeholder =" {{ __ (' Laisser un commentaire, vous pouvez utilise du **Markdown**' ) } }"
39
38
rows =" 4"
40
- :disabled =" $authenticate === null"
39
+ :disabled =" $user === null"
41
40
></textarea >
42
41
<div class =" mt-4 sm:flex sm:items-center sm:justify-between sm:space-x-4" >
43
42
@if ($isRoot )
You can’t perform that action at this time.
0 commit comments