removed api docs button from integrations (#1149)
This commit is contained in:
parent
4ce9f9110b
commit
55a7cc928f
2 changed files with 0 additions and 7 deletions
|
@ -417,11 +417,6 @@ function IframeEmbedContainer() {
|
||||||
<div className="mt-1"></div>
|
<div className="mt-1"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ShellSubHeading className="mt-10" title="Cal.com API" subtitle={t("leverage_our_api")} />
|
|
||||||
<Button color="primary" href="https://developer.cal.com/api">
|
|
||||||
{t("browse_api_documentation")}
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
@ -254,8 +254,6 @@
|
||||||
"automatically_adjust_theme": "Automatically adjust theme based on invitee preferences",
|
"automatically_adjust_theme": "Automatically adjust theme based on invitee preferences",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"full_name": "Full name",
|
"full_name": "Full name",
|
||||||
"browse_api_documentation": "Browse our API documentation",
|
|
||||||
"leverage_our_api": "Leverage our API for full control and customizability.",
|
|
||||||
"create_webhook": "Create Webhook",
|
"create_webhook": "Create Webhook",
|
||||||
"booking_cancelled": "Booking Cancelled",
|
"booking_cancelled": "Booking Cancelled",
|
||||||
"booking_rescheduled": "Booking Rescheduled",
|
"booking_rescheduled": "Booking Rescheduled",
|
||||||
|
|
Loading…
Reference in a new issue