Skip to content

Commit a510ace

Browse files
committed
fix small type of ml-auto vs mx-auto in verifier
1 parent f8a3581 commit a510ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/auth/verify.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{ __('Before proceeding, please check your email for a verification link.') }}
2222
</p>
2323

24-
<a class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline ml-auto" href="{{ route('verification.resend') }}">
24+
<a class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline mx-auto" href="{{ route('verification.resend') }}">
2525
{{ __('Resend verification email') }}
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)