Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored Aug 30, 2023
1 parent 3772631 commit 36d2a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/auth/verify-email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<div class="row justify-content-center align-items-center d-flex flex-row min-vh-100">
<div class="col-12 col-md-8 col-lg-6">
<h3 class="text-center mb-4">{{ trans('backpack::base.verify_email.email_verification') }}</h3>
<div class="card p-4 mb-0">
<div class="card mb-0">
<div class="card-body">
{{ trans('backpack::base.verify_email.email_verification_required') }}

@if (session('status') == 'verification-link-sent')
<div class="mb-4 mt-2">
<div class="alert alert-success" role="alert">
<div class="mt-3">
<div class="alert alert-success my-0" role="alert">
<div class="d-flex">
<div>
<svg xmlns="http://www.w3.org/2000/svg" class="icon alert-icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M5 12l5 5l10 -10"></path></svg>
Expand Down

0 comments on commit 36d2a01

Please sign in to comment.