Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update wording and width
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed Oct 31, 2018
1 parent 460dae7 commit 5b4aa84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stubs/views/auth/auth/verify.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<div class="w-full border border-t-0 rounded-b p-8">
<div class="text-lg text-grey-darkest text-center mb-8">Verify your email</div>

<div class="text-center mb-8">
<div class="md:w-64 mx-auto text-center mb-8">
@if (session('resent'))
<p>A fresh verification link has been sent to your email.</p>
<p>A fresh verification link has been sent to your email</p>
@else
<p>Please check your email for the verification link.</p>
<p>Please check your email for a verification link</p>
@endif
</div>

Expand Down

0 comments on commit 5b4aa84

Please sign in to comment.