removed api docs button from integrations (#1149)

This commit is contained in:
Peer Richelsen 2021-11-09 10:07:02 +00:00 committed by GitHub
parent 4ce9f9110b
commit 55a7cc928f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -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>
</> </>
); );

View file

@ -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",