Files
coolify/resources/views/livewire/verify-email.blade.php
Andras Bacsai 8e57a9ab6b feat(ui): align auth pages to shared shell and truncate team names
Move email verification and team invitation into x-auth.shell with
shared guidance/alert patterns. Truncate long team names in the mobile
header switcher so actions stay visible. Cover both with markup tests.
2026-08-05 21:35:13 +02:00

6 lines
153 B
PHP

<div>
<x-forms.button class="w-full justify-center" wire:click="again" isHighlighted>
Resend verification email
</x-forms.button>
</div>