From 55a7cc928fcc2f82a17311ecac251c53c2439715 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 9 Nov 2021 10:07:02 +0000 Subject: [PATCH] removed api docs button from integrations (#1149) --- pages/integrations/index.tsx | 5 ----- public/static/locales/en/common.json | 2 -- 2 files changed, 7 deletions(-) diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 0a2f349990..b08bd93fe3 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -417,11 +417,6 @@ function IframeEmbedContainer() {
- - - ); diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index fb8f9a0e0d..da01768709 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -254,8 +254,6 @@ "automatically_adjust_theme": "Automatically adjust theme based on invitee preferences", "email": "Email", "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", "booking_cancelled": "Booking Cancelled", "booking_rescheduled": "Booking Rescheduled",