Skip to content

Commit 702b862

Browse files
committed
wip
1 parent 04e8204 commit 702b862

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

resources/views/users/profile.blade.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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">

resources/views/users/settings/profile.blade.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
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

0 commit comments

Comments
 (0)