Update LicenseRequired.tsx
parent
58d1c28e9d
commit
ded0b1410a
|
@ -32,8 +32,8 @@ const LicenseRequired: FC<LicenseRequiredProps> = ({ children, as = "", ...rest
|
|||
To enable this feature, get a deployment key at{" "}
|
||||
<a href={CONSOLE_URL} target="_blank" rel="noopener noreferrer" className="underline">
|
||||
Cal.com console
|
||||
</a>
|
||||
. If your team already has a license, please contact{" "}
|
||||
</a> 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">
|
||||
peer@cal.com
|
||||
</a>{" "}
|
||||
|
|
Loading…
Reference in New Issue