Skip to content

Commit cdeb83d

Browse files
authored
fix(emails): align the schedule-disabled email with the standard template rhythm (#6477)
1 parent 4475686 commit cdeb83d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

apps/sim/components/emails/notifications/schedule-disabled-email.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,14 @@ export function ScheduleDisabledEmail({
4545

4646
<Text style={baseStyles.paragraph}>
4747
{brand.name} turned off the schedule for {resourceLabel}. It will not run again until you
48-
turn it back on.
48+
fix the problem and turn it back on.
4949
</Text>
5050

5151
<Section style={baseStyles.infoBox}>
5252
<Text style={baseStyles.infoBoxTitle}>Reason</Text>
5353
<Text style={baseStyles.infoBoxList}>{reasonCopy}</Text>
5454
</Section>
5555

56-
{/* Divider */}
57-
<div style={baseStyles.divider} />
58-
59-
<Text style={baseStyles.paragraph}>Fix the problem, then turn the schedule back on.</Text>
60-
6156
{manageLink ? (
6257
<Link href={manageLink} style={{ textDecoration: 'none' }}>
6358
<Text style={baseStyles.button}>Open workflow</Text>

0 commit comments

Comments
 (0)