V2, better design, more functionalities.

This commit is contained in:
Roberto Guagliardo
2025-07-09 01:22:29 +02:00
parent b324c030f4
commit 2c5d7102ab
87 changed files with 2273 additions and 178 deletions

View File

@@ -4,7 +4,7 @@
</div>
@if (session('status') == 'verification-link-sent')
<div class="mb-4 font-medium text-sm text-green-600 dark:text-green-400">
<div class="mb-4 font-medium text-sm text-green-600 dark:text-sitiweb-green">
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
</div>
@endif