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 05c4c03 commit b7123cdCopy full SHA for b7123cd
stubs/livewire/resources/views/profile/update-profile-information-form.blade.php
@@ -32,7 +32,7 @@
32
</div>
33
34
<!-- New Profile Photo Preview -->
35
- <div class="mt-2" x-show="photoPreview">
+ <div class="mt-2" x-show="photoPreview" style="display: none;">
36
<span class="block rounded-full w-20 h-20 bg-cover bg-no-repeat bg-center"
37
x-bind:style="'background-image: url(\'' + photoPreview + '\');'">
38
</span>
0 commit comments