From 16859ea11a0bbce631c19d95ca0e172322e52e30 Mon Sep 17 00:00:00 2001 From: Facundo Otrino Date: Wed, 13 Nov 2024 10:59:38 -0300 Subject: [PATCH] Convert same height & width to size (#1549) --- .../js/Components/AuthenticationCardLogo.vue | 2 +- stubs/inertia/resources/js/Components/Banner.vue | 6 +++--- .../resources/js/Components/ConfirmationModal.vue | 4 ++-- stubs/inertia/resources/js/Components/Welcome.vue | 12 ++++++------ stubs/inertia/resources/js/Layouts/AppLayout.vue | 14 +++++++------- .../Partials/LogoutOtherBrowserSessionsForm.vue | 4 ++-- .../Partials/UpdateProfileInformationForm.vue | 4 ++-- .../js/Pages/Teams/Partials/CreateTeamForm.vue | 2 +- .../js/Pages/Teams/Partials/TeamMemberManager.vue | 6 +++--- .../js/Pages/Teams/Partials/UpdateTeamNameForm.vue | 2 +- .../components/authentication-card-logo.blade.php | 2 +- .../resources/views/components/banner.blade.php | 10 +++++----- .../views/components/confirmation-modal.blade.php | 4 ++-- .../views/components/switchable-team.blade.php | 2 +- .../resources/views/components/welcome.blade.php | 12 ++++++------ .../resources/views/navigation-menu.blade.php | 10 +++++----- .../logout-other-browser-sessions-form.blade.php | 4 ++-- .../update-profile-information-form.blade.php | 4 ++-- .../views/teams/create-team-form.blade.php | 2 +- .../views/teams/team-member-manager.blade.php | 6 +++--- .../views/teams/update-team-name-form.blade.php | 2 +- 21 files changed, 57 insertions(+), 57 deletions(-) diff --git a/stubs/inertia/resources/js/Components/AuthenticationCardLogo.vue b/stubs/inertia/resources/js/Components/AuthenticationCardLogo.vue index c5027ecb4..34b642019 100644 --- a/stubs/inertia/resources/js/Components/AuthenticationCardLogo.vue +++ b/stubs/inertia/resources/js/Components/AuthenticationCardLogo.vue @@ -5,7 +5,7 @@ import { Link } from '@inertiajs/vue3';