We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a3581 commit a510aceCopy full SHA for a510ace
src/tailwindcss-stubs/resources/views/auth/verify.blade.php
@@ -21,7 +21,7 @@
21
{{ __('Before proceeding, please check your email for a verification link.') }}
22
</p>
23
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') }}">
+ <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') }}">
25
{{ __('Resend verification email') }}
26
</a>
27
</div>
0 commit comments