Merge branch 'main' into fix/allow-self-event-editing

This commit is contained in:
kodiakhq[bot] 2022-04-04 22:36:48 +00:00 committed by GitHub
commit fd007efefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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