Update LicenseRequired.tsx
parent
ded0b1410a
commit
99b821edcd
|
@ -32,8 +32,9 @@ const LicenseRequired: FC<LicenseRequiredProps> = ({ children, as = "", ...rest
|
||||||
To enable this feature, get a deployment key at{" "}
|
To enable this feature, get a deployment key at{" "}
|
||||||
<a href={CONSOLE_URL} target="_blank" rel="noopener noreferrer" className="underline">
|
<a href={CONSOLE_URL} target="_blank" rel="noopener noreferrer" className="underline">
|
||||||
Cal.com console
|
Cal.com console
|
||||||
</a> and add it to your .env as <code>CALCOM_LICENSE_KEY</code>.
|
</a>{" "}
|
||||||
If your team already has a license, please contact{" "}
|
and add it to your .env as <code>CALCOM_LICENSE_KEY</code>. If your team already has a license,
|
||||||
|
please contact{" "}
|
||||||
<a href="mailto:peer@cal.com" className="underline">
|
<a href="mailto:peer@cal.com" className="underline">
|
||||||
peer@cal.com
|
peer@cal.com
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
|
Loading…
Reference in New Issue