added email to ee helper (#2958)
parent
4569a96e78
commit
fcba3bec03
|
@ -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.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue