Skip to content

Commit 78d289f

Browse files
committed
Enable commented-out divider for login view readability
Re-enabled the previously commented-out divider in the login view to enhance interface clarity. This improves the user experience by providing better visual segmentation for login options.
1 parent c90b0fa commit 78d289f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class="w-full transform rounded-md bg-indigo-500 px-4 py-2 tracking-wide text-wh
8282
<i class="bx bxs-lock-open"></i>{{ __('Log in') }}
8383
</button>
8484
</div>
85-
{{-- <x-lazy-divider class="text-indigo-500" :text="__('auth.or_sign_in_with_email')"/>--}}
85+
{{-- <x-lazy-divider class="text-indigo-500" :text="__('auth.or_sign_in_with_email')"/>--}}
8686
@if (Route::has('auth.social.login'))
8787
<div class="mt-5 flex justify-around">
8888
<a href="{{ route('auth.social.login', ['driver' => 'google']) }}"

0 commit comments

Comments
 (0)