We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d2db7 commit 1510451Copy full SHA for 1510451
app/routes/recipients+/__editor.tsx
@@ -105,6 +105,18 @@ export function RecipientEditor({
105
}}
106
errors={fields.phoneNumber.errors}
107
/>
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>
120
<Field
121
labelProps={{ children: 'Schedule Cron' }}
122
inputProps={{
0 commit comments