diff --git a/resources/views/api/api-token-manager.blade.php b/resources/views/api/api-token-manager.blade.php index bba903b..d161ca0 100644 --- a/resources/views/api/api-token-manager.blade.php +++ b/resources/views/api/api-token-manager.blade.php @@ -48,7 +48,7 @@ @if ($this->user->tokens->isNotEmpty()) - +
diff --git a/resources/views/components/partials/side-bar.blade.php b/resources/views/components/partials/side-bar.blade.php index 9d8b6ca..abb2df9 100644 --- a/resources/views/components/partials/side-bar.blade.php +++ b/resources/views/components/partials/side-bar.blade.php @@ -22,7 +22,7 @@
-
+
@@ -30,7 +30,7 @@ $user = auth()->user(); @endphp - + @@ -40,7 +40,7 @@ - +
diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index a073db2..c5f0d85 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -5,7 +5,7 @@ @if (Laravel\Fortify\Features::canUpdateProfileInformation()) @livewire('profile.update-profile-information-form') - + @endif @if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords())) @@ -13,7 +13,7 @@ @livewire('profile.update-password-form')
- + @endif @if (Laravel\Fortify\Features::canManageTwoFactorAuthentication()) @@ -21,7 +21,7 @@ @livewire('profile.two-factor-authentication-form')
- + @endif
@@ -29,7 +29,7 @@
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures()) - +
@livewire('profile.delete-user-form')