diff --git a/resources/views/mail/notifications/event-speaker-invite.blade.php b/resources/views/mail/notifications/event-speaker-invite.blade.php index 86396e0..41c0e14 100644 --- a/resources/views/mail/notifications/event-speaker-invite.blade.php +++ b/resources/views/mail/notifications/event-speaker-invite.blade.php @@ -33,28 +33,6 @@ -
What to expect
-No attendee registration
-Speakers skip the public registration flow.
-Join from your speaker page
-Use the join links when your session is scheduled to open the speaker waiting area.
-Or open this link: {{ $portalUrl }}
diff --git a/resources/views/mail/notifications/layout.blade.php b/resources/views/mail/notifications/layout.blade.php index 9f0b0a8..c0948b0 100644 --- a/resources/views/mail/notifications/layout.blade.php +++ b/resources/views/mail/notifications/layout.blade.php @@ -38,7 +38,7 @@ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); } .email-header { - background-color: #f8fafc; + background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); padding: 32px 40px; text-align: center; }