diff --git a/apps/web/.env.example b/apps/web/.env.example index de63c520..fb02fe6f 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 67648bcf..481f7f9a 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