Skip to content

Commit 1510451

Browse files
committed
add link to crontab.guru
1 parent 11d2db7 commit 1510451

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/routes/recipients+/__editor.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ export function RecipientEditor({
105105
}}
106106
errors={fields.phoneNumber.errors}
107107
/>
108+
<small className="text-body-xs">
109+
The UX for this will be improved later, but for now you can use{' '}
110+
<a
111+
href="https://crontab.guru/"
112+
className="underline"
113+
target="_blank"
114+
rel="noreferrer"
115+
>
116+
crontab.guru
117+
</a>{' '}
118+
to create a cron schedule
119+
</small>
108120
<Field
109121
labelProps={{ children: 'Schedule Cron' }}
110122
inputProps={{

0 commit comments

Comments
 (0)