File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
@else
19
19
<div {{ $attributes -> merge ([' class' => ' bg-gray-100 rounded-full text-gray-500 relative flex items-center justify-center' ]) } } >
20
20
<img
21
- src =" {{ asset (' images/laravel.png ' ) } }"
21
+ src =" {{ asset (' images/laravelio-icon.svg ' ) } }"
22
22
alt =" {{ $user -> name () } }"
23
23
class =" filter grayscale"
24
24
/>
Original file line number Diff line number Diff line change 41
41
42
42
<div class =" flex items-center mt-2" >
43
43
<div class =" flex-shrink-0 inline-block overflow-hidden" aria-hidden =" true" >
44
- <x-avatar :user =" Auth::user()" class =" h-32 w-32 mt-4" unlinked />
44
+ <x-avatar :user =" Auth::user()" class =" h-32 w-32 mt-4 {{ ! Auth :: user () -> githubUsername () ? ' px-8 ' : ' ' } } " unlinked />
45
45
46
46
<span class =" mt-4 inline-block text-sm text-gray-500" >
47
47
Change your avatar for
You can’t perform that action at this time.
0 commit comments