Skip to content

Commit dad3040

Browse files
authored
Added cursor-pointer to the resend verification action
1 parent 95825c7 commit dad3040

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
@@ -22,7 +22,7 @@
2222
</p>
2323

2424
<p class="leading-normal mt-6">
25-
{{ __('If you did not receive the email') }}, <a class="text-blue-500 hover:text-blue-700 no-underline" onclick="event.preventDefault(); document.getElementById('resend-verification-form').submit();">{{ __('click here to request another') }}</a>.
25+
{{ __('If you did not receive the email') }}, <a class="text-blue-500 hover:text-blue-700 no-underline cursor-pointer" onclick="event.preventDefault(); document.getElementById('resend-verification-form').submit();">{{ __('click here to request another') }}</a>.
2626
</p>
2727

2828
<form id="resend-verification-form" method="POST" action="{{ route('verification.resend') }}" class="hidden">

0 commit comments

Comments
 (0)