Skip to content

Commit d3a6473

Browse files
committed
blaec demo call link
1 parent 2c8aaa2 commit d3a6473

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/packages/next/components/support/create.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@ export default function Create() {
149149
{helpEmail ? (
150150
<>
151151
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+
.
153157
</>
154158
) : undefined}
155159
</p>
@@ -222,7 +226,9 @@ export default function Create() {
222226
</>
223227
)}
224228
<b>
225-
<Status done={body && body.length >= MIN_BODY_LENGTH && hasRequired} />{" "}
229+
<Status
230+
done={body && body.length >= MIN_BODY_LENGTH && hasRequired}
231+
/>{" "}
226232
Description
227233
</b>
228234
<div

0 commit comments

Comments
 (0)