mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(emails): align the schedule-disabled email with the standard template rhythm (#6477)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user