added email to ee helper (#2958)

This commit is contained in:
Peer Richelsen 2022-06-03 21:59:40 +02:00 committed by GitHub
parent 4569a96e78
commit fcba3bec03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,11 @@ const LicenseRequired: FC<LicenseRequiredProps> = ({ children, as = "", ...rest
<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 href="mailto:peer@cal.com" className="underline">
peer@cal.com
</a>{" "}
for help.
</>
}
/>