Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore: remove calendly link (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb authored Oct 23, 2024
1 parent 8ba658a commit 4d51865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/components/LandingPageTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const LandingPageTemplate = ({
</TextBase>
<ButtonPrimary
analyticsId="button_cta_get_demo"
href="https://calendly.com/d/cqhd-tgj-vmc/45-minute-meeting"
href=""
rel="noopener noreferrer"
target="_blank"
iconLeft={<FiCalendar size={18} />}
Expand Down
3 changes: 1 addition & 2 deletions website/constants/urls.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export const calendlyDemoUrl =
"https://calendly.com/d/cqhd-tgj-vmc/45-minute-meeting";
export const calendlyDemoUrl = "";

0 comments on commit 4d51865

Please sign in to comment.