From 58ef1bbc362e1ab94bc618a268d8dda34c358db9 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 11 Feb 2022 20:55:46 +0000 Subject: [PATCH] updated license url (#1820) --- apps/web/.env.example | 2 +- apps/web/ee/components/LicenseBanner.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/.env.example b/apps/web/.env.example index de63c52020..fb02fe6f4d 100644 --- a/apps/web/.env.example +++ b/apps/web/.env.example @@ -4,7 +4,7 @@ # Summary of terms: # - The codebase has to stay open source, whether it was modified or not # - You can not repackage or sell the codebase -# - Acquire a commercial license to remove these terms by emailing: license@cal.com +# - Acquire a commercial license to remove these terms by visiting: cal.com/sales NEXT_PUBLIC_LICENSE_CONSENT='' # DATABASE_URL='postgresql://:@:/' diff --git a/apps/web/ee/components/LicenseBanner.tsx b/apps/web/ee/components/LicenseBanner.tsx index 67648bcfad..481f7f9afd 100644 --- a/apps/web/ee/components/LicenseBanner.tsx +++ b/apps/web/ee/components/LicenseBanner.tsx @@ -16,7 +16,7 @@ export default function LicenseBanner() { Summary of terms: - The codebase has to stay open source, whether it was modified or not - You can not repackage or sell the codebase - - Acquire a commercial license to remove these terms by emailing: license@cal.com + - Acquire a commercial license to remove these terms by visiting: cal.com/sales NEXT_PUBLIC_LICENSE_CONSENT='' */ if (process.env.NEXT_PUBLIC_LICENSE_CONSENT === "agree") { @@ -89,8 +89,8 @@ export default function LicenseBanner() {
  • {t("cannot_repackage_codebase")}
  • {t("acquire_license")}:{" "} - - license@cal.com + + cal.com/sales