From 1e071126feba73baa264715df43205b6c6ad147b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 5 Apr 2022 00:35:03 +0200 Subject: [PATCH 1/2] Update index.ts --- packages/app-store/dailyvideo/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app-store/dailyvideo/index.ts b/packages/app-store/dailyvideo/index.ts index fca52d9f49..42f4a69bcb 100644 --- a/packages/app-store/dailyvideo/index.ts +++ b/packages/app-store/dailyvideo/index.ts @@ -9,7 +9,7 @@ export const metadata = { type: "daily_video", imageSrc: "/api/app-store/dailyvideo/icon.svg", variant: "conferencing", - url: "https://daily.co/", + url: "https://daily.co", trending: true, logo: "/api/app-store/dailyvideo/icon.svg", publisher: "Cal.com", @@ -17,9 +17,9 @@ export const metadata = { rating: 4.3, // TODO: placeholder for now, pull this from TrustPilot or G2 reviews: 69, // TODO: placeholder for now, pull this from TrustPilot or G2 category: "video", - label: "Daily.co Video", + label: "Cal Video", slug: "dailyvideo", - title: "Daily.co Video", + title: "Cal Video", isGlobal: true, email: "help@cal.com", locationType: "integrations:daily", From b3f9921dd82cfb0bfbdcacb8df1dc7258cf7d482 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 5 Apr 2022 00:35:51 +0200 Subject: [PATCH 2/2] Update BookingPage.tsx --- apps/web/components/booking/pages/BookingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index e23d1ba8b4..ed0e2bd3cd 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -140,7 +140,7 @@ const BookingPage = ({ eventType, booking, profile }: BookingPageProps) => { [LocationType.GoogleMeet]: "Google Meet", [LocationType.Zoom]: "Zoom Video", [LocationType.Jitsi]: "Jitsi Meet", - [LocationType.Daily]: "Daily.co Video", + [LocationType.Daily]: "Cal Video", [LocationType.Huddle01]: "Huddle01 Video", [LocationType.Tandem]: "Tandem Video", [LocationType.Teams]: "MS Teams",