File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/packages/next/components/support Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ export default function Create() {
149
149
{ helpEmail ? (
150
150
< >
151
151
You can also email us directly at{ " " }
152
- < A href = { `mailto:${ helpEmail } ` } > { helpEmail } </ A > .
152
+ < A href = { `mailto:${ helpEmail } ` } > { helpEmail } </ A > or{ " " }
153
+ < A href = "https://calendly.com/cocalc/discovery" >
154
+ book a demo or discovery call
155
+ </ A >
156
+ .
153
157
</ >
154
158
) : undefined }
155
159
</ p >
@@ -222,7 +226,9 @@ export default function Create() {
222
226
</ >
223
227
) }
224
228
< b >
225
- < Status done = { body && body . length >= MIN_BODY_LENGTH && hasRequired } /> { " " }
229
+ < Status
230
+ done = { body && body . length >= MIN_BODY_LENGTH && hasRequired }
231
+ /> { " " }
226
232
Description
227
233
</ b >
228
234
< div
You can’t perform that action at this time.
0 commit comments