Skip to content

Commit 993c74b

Browse files
committed
Merge remote-tracking branch 'origin/master' into delete-project-data
2 parents 33ddc7a + c1a9ae2 commit 993c74b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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

src/packages/next/pages/support/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const dataSource = [
8282
},
8383
{
8484
landingPages: true,
85-
link: "https://docs.google.com/forms/d/e/1FAIpQLSesDZkGD2XVu8BHKd_sPwn5g7MrLAA8EYRTpB6daedGVMTpkA/viewform",
85+
link: "https://calendly.com/cocalc/discovery",
8686
title: "Request a Live Demo!",
8787
logo: "video-camera",
8888
hide: (customize) => !customize.isCommercial,
@@ -91,7 +91,7 @@ const dataSource = [
9191
If you're seriously considering using CoCalc to teach a course, but
9292
aren't sure of some of the details and really need to just{" "}
9393
<b>talk to a person</b>,{" "}
94-
<A href="https://docs.google.com/forms/d/e/1FAIpQLSesDZkGD2XVu8BHKd_sPwn5g7MrLAA8EYRTpB6daedGVMTpkA/viewform">
94+
<A href="https://calendly.com/cocalc/discovery">
9595
fill out this form and request a live video chat with us
9696
</A>
9797
. We love chatting (in English, German and Russian), and will hopefully

0 commit comments

Comments
 (0)