From 3476ea1b8f8943333dd0a5e13956c4ea0230e43e Mon Sep 17 00:00:00 2001 From: Dante Date: Tue, 15 Sep 2020 14:57:06 -0300 Subject: [PATCH] Update photo buttons margins --- .../js/Pages/Profile/UpdateProfileInformationForm.vue | 4 ++-- .../views/profile/update-profile-information-form.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue b/stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue index 6d988fa5c..3d1f4c563 100644 --- a/stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue +++ b/stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue @@ -30,11 +30,11 @@ - + Select A New Photo - + Remove Photo diff --git a/stubs/livewire/resources/views/profile/update-profile-information-form.blade.php b/stubs/livewire/resources/views/profile/update-profile-information-form.blade.php index 1b3cbff74..4436ed87b 100644 --- a/stubs/livewire/resources/views/profile/update-profile-information-form.blade.php +++ b/stubs/livewire/resources/views/profile/update-profile-information-form.blade.php @@ -38,12 +38,12 @@ - + {{ __('Select A New Photo') }} @if ($this->user->profile_photo_path) - + {{ __('Remove Photo') }} @endif