fix(emails): align the schedule-disabled email with the standard template rhythm (#6477)

This commit is contained in:
Waleed
2026-08-09 17:02:38 -07:00
committed by GitHub
parent 44756860e4
commit cdeb83d167
@@ -45,7 +45,7 @@ export function ScheduleDisabledEmail({
<Text style={baseStyles.paragraph}>
{brand.name} turned off the schedule for {resourceLabel}. It will not run again until you
turn it back on.
fix the problem and turn it back on.
</Text>
<Section style={baseStyles.infoBox}>
@@ -53,11 +53,6 @@ export function ScheduleDisabledEmail({
<Text style={baseStyles.infoBoxList}>{reasonCopy}</Text>
</Section>
{/* Divider */}
<div style={baseStyles.divider} />
<Text style={baseStyles.paragraph}>Fix the problem, then turn the schedule back on.</Text>
{manageLink ? (
<Link href={manageLink} style={{ textDecoration: 'none' }}>
<Text style={baseStyles.button}>Open workflow</Text>