diff --git a/composer.lock b/composer.lock index 6ca3ee9b..0ba63be5 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "arkecosystem/ui", - "version": "2.5.1", + "version": "2.18.12", "source": { "type": "git", "url": "https://github.com/ArkEcosystem/laravel-ui.git", - "reference": "112902ff349759e20e0d12ca9ad3679c34bef816" + "reference": "46006d2008e267e6960ee39ea89dbfd061d7eff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ArkEcosystem/laravel-ui/zipball/112902ff349759e20e0d12ca9ad3679c34bef816", - "reference": "112902ff349759e20e0d12ca9ad3679c34bef816", + "url": "https://api.github.com/repos/ArkEcosystem/laravel-ui/zipball/46006d2008e267e6960ee39ea89dbfd061d7eff3", + "reference": "46006d2008e267e6960ee39ea89dbfd061d7eff3", "shasum": "" }, "require": { @@ -78,9 +78,9 @@ "description": "User-Interface Scaffolding for Laravel. Powered by TailwindCSS.", "support": { "issues": "https://github.com/ArkEcosystem/laravel-ui/issues", - "source": "https://github.com/ArkEcosystem/laravel-ui/tree/2.5.1" + "source": "https://github.com/ArkEcosystem/laravel-ui/tree/2.18.12" }, - "time": "2021-02-19T16:45:57+00:00" + "time": "2021-03-23T13:09:10+00:00" }, { "name": "bacon/bacon-qr-code", diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 5dea652b..37827060 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -39,6 +39,6 @@ 'verify' => [ 'page_header' => 'Verify Your Email Address', 'link_description' => 'A verification link has been sent to your email address.', - 'resend_verification' => 'Before proceeding, please check your email for a verification link. If you did not receive the email, .', + 'resend_verification' => 'Before proceeding, please check your email for a verification link. If you did not receive the email, .', ], ]; diff --git a/resources/views/auth/verify-email.blade.php b/resources/views/auth/verify-email.blade.php index 1803e9e2..aa100bb2 100644 --- a/resources/views/auth/verify-email.blade.php +++ b/resources/views/auth/verify-email.blade.php @@ -12,18 +12,20 @@ @endsection @section('content') -
-
- -

@lang('fortify::auth.verify.page_header')

-

- @lang('fortify::auth.verify.link_description') -

+
+
+
+

@lang('fortify::auth.verify.page_header')

+ +

@lang('fortify::auth.verify.link_description')

+
+ +
@csrf -

+

@lang('fortify::auth.verify.resend_verification')