fix:clean up status ui

This commit is contained in:
hackerESQ
2024-10-20 14:10:24 -05:00
parent 64cfdb32a9
commit dd1e5c836c
3 changed files with 6 additions and 6 deletions
@@ -11,9 +11,9 @@
</div> </div>
@session('status') @session('status')
<div class="mb-4 font-medium text-sm text-green-600 dark:text-green-400"> <x-alert icon="o-envelope" class="alert-success">
{{ $value }} {{ $value }}
</div> </x-alert>
@endsession @endsession
<x-errors class="mb-4" /> <x-errors class="mb-4" />
+2 -2
View File
@@ -9,9 +9,9 @@
<x-errors class="mb-4" /> <x-errors class="mb-4" />
@session('status') @session('status')
<div class="mb-4 font-medium text-sm text-green-600 dark:text-green-400"> <x-alert icon="o-envelope" class="alert-success">
{{ $value }} {{ $value }}
</div> </x-alert>
@endsession @endsession
<form method="POST" action="{{ route('login') }}"> <form method="POST" action="{{ route('login') }}">
+2 -2
View File
@@ -11,9 +11,9 @@
</div> </div>
@if (session('status') == 'verification-link-sent') @if (session('status') == 'verification-link-sent')
<div class="mb-4 font-medium text-sm text-green-600 dark:text-green-400"> <x-alert icon="o-envelope" class="alert-success">
{{ __('A new verification link has been sent to the email address you provided in your profile settings.') }} {{ __('A new verification link has been sent to the email address you provided in your profile settings.') }}
</div> </x-alert>
@endif @endif
<div class="mt-4 flex items-center justify-between"> <div class="mt-4 flex items-center justify-between">