File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,7 @@ class="w-full bg-center bg-gray-800 h-60 container mx-auto"
1212
1313 <div class =" container mx-auto" >
1414 <div class =" flex justify-center lg:justify-start" >
15- <x-avatar
16- :user =" $user"
17- class =" -mt-24 w-48 h-48 rounded-full border-8 border-white"
18- unlinked
19- :show-refresh =" $user->isLoggedInUser()"
20- />
15+ <x-avatar :user =" $user" class =" -mt-24 w-48 h-48 rounded-full border-8 border-white" unlinked />
2116 </div >
2217
2318 <div class =" flex flex-col mt-5 p-4 lg:flex-row lg:gap-x-12" >
Original file line number Diff line number Diff line change 4141
4242 <div class =" flex items-center mt-2" >
4343 <div class =" 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
45+ :user =" Auth::user()"
46+ class =" h-32 w-32 mt-4"
47+ unlinked
48+ :show-refresh =" Auth::user()->isLoggedInUser()"
49+ />
4550
4651 <span class =" mt-4 inline-block text-sm text-gray-500" >
4752 Change your avatar for
You can’t perform that action at this time.
0 commit comments