From 157165954bc9f5267b047ea6bad6bf6b4769f7d2 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Fri, 3 Jul 2026 17:39:52 +0000 Subject: [PATCH] Simplify speaker invite email and restore dark logo header. Remove the What to expect checklist from speaker invitations and use the dark gradient header so the white Events email logo reads clearly. Co-authored-by: Cursor --- .../event-speaker-invite.blade.php | 22 ------------------- .../views/mail/notifications/layout.blade.php | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) 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 @@ - - 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; }