From 9dd74e79fe09c570eb7a6bb4f00eac2c0dc3ed5f Mon Sep 17 00:00:00 2001 From: Dante <35383529+srdante@users.noreply.github.com> Date: Tue, 15 Sep 2020 17:17:25 -0300 Subject: [PATCH] Update photo buttons margins (#206) --- .../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