Skip to content

Commit 2389273

Browse files
committed
Merge branch 'ui-pass' of https://github.com/laravel/react-starter-kit into ui-pass
2 parents 405698e + 6286456 commit 2389273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/verify-email.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function VerifyEmail({ status }: { status?: string }) {
2222

2323
{status === 'verification-link-sent' && (
2424
<div className="mb-4 text-sm font-medium text-green-600">
25-
A new verification link has been sent to the email address you provided during registration
25+
A new verification link has been sent to the email address you provided during registration.
2626
</div>
2727
)}
2828

0 commit comments

Comments
 (0)