From 7900f8bab55ddceb2dea79173ef02a284ad2e01b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 6 Oct 2022 15:33:57 +0100 Subject: [PATCH] fixes to booking page (#4876) --- .../components/booking/pages/BookingPage.tsx | 36 ++++++++++--------- apps/web/pages/[user].tsx | 1 - apps/web/pages/team/[slug].tsx | 3 +- apps/website | 2 +- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index 72dacfd566..d0ef0705f1 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -712,23 +712,25 @@ const BookingPage = ({ /> )} {input.type === EventTypeCustomInputType.BOOL && ( -
- - +
+
+ + +
)}
diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index 42db4a315e..0c9fc6cbf0 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -182,7 +182,6 @@ export default function User(props: inferSSRProps) {

{type.title}

-

{`/${user.username}/${type.slug}`}

diff --git a/apps/web/pages/team/[slug].tsx b/apps/web/pages/team/[slug].tsx index 689f4175fe..923ea5e295 100644 --- a/apps/web/pages/team/[slug].tsx +++ b/apps/web/pages/team/[slug].tsx @@ -8,6 +8,7 @@ import React, { useEffect } from "react"; import { useIsEmbed } from "@calcom/embed-core/embed-iframe"; import { CAL_URL } from "@calcom/lib/constants"; import { getPlaceholderAvatar } from "@calcom/lib/getPlaceholderAvatar"; +import { useLocale } from "@calcom/lib/hooks/useLocale"; import useTheme from "@calcom/lib/hooks/useTheme"; import { getTeamWithMembers } from "@calcom/lib/server/queries/teams"; import { collectPageParameters, telemetryEventTypes, useTelemetry } from "@calcom/lib/telemetry"; @@ -17,7 +18,6 @@ import { Button } from "@calcom/ui/v2/core"; import EventTypeDescription from "@calcom/ui/v2/modules/event-types/EventTypeDescription"; import { useExposePlanGlobally } from "@lib/hooks/useExposePlanGlobally"; -import { useLocale } from "@lib/hooks/useLocale"; import { useToggleQuery } from "@lib/hooks/useToggleQuery"; import { inferSSRProps } from "@lib/types/inferSSRProps"; @@ -56,7 +56,6 @@ function TeamPage({ team }: TeamPageProps) {

{type.title}

-

{`/${team.slug}/${type.slug}`}

diff --git a/apps/website b/apps/website index 329a8f3c4c..b59ae88a2e 160000 --- a/apps/website +++ b/apps/website @@ -1 +1 @@ -Subproject commit 329a8f3c4c9f3d9fb2b4097ce8fbfbf15a9b8477 +Subproject commit b59ae88a2eacc91356e6410f075685bdcbf1b406