Simplify speaker invite email and restore dark logo header.
Deploy Ladill Events / deploy (push) Successful in 1m49s

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 <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 17:39:52 +00:00
co-authored by Cursor
parent 5662ac9454
commit 157165954b
2 changed files with 1 additions and 23 deletions
@@ -33,28 +33,6 @@
</tr>
</table>
<div class="email-details">
<p class="email-details-title">What to expect</p>
<div class="checklist-item">
<div class="checklist-icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
</div>
<div class="checklist-content">
<p class="checklist-title">No attendee registration</p>
<p class="checklist-desc">Speakers skip the public registration flow.</p>
</div>
</div>
<div class="checklist-item">
<div class="checklist-icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
</div>
<div class="checklist-content">
<p class="checklist-title">Join from your speaker page</p>
<p class="checklist-desc">Use the join links when your session is scheduled to open the speaker waiting area.</p>
</div>
</div>
</div>
<p class="email-text-sm">
Or open this link: <a href="{{ $portalUrl }}" style="color:#4f46e5;">{{ $portalUrl }}</a>
</p>
@@ -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;
}