diff --git a/apps/web/components/eventtype/EventTypeSingleLayout.tsx b/apps/web/components/eventtype/EventTypeSingleLayout.tsx index fccd003fef..6fa3669abc 100644 --- a/apps/web/components/eventtype/EventTypeSingleLayout.tsx +++ b/apps/web/components/eventtype/EventTypeSingleLayout.tsx @@ -46,6 +46,7 @@ import { ExternalLink, Code, Trash, + PhoneCall, MoreHorizontal, Loader, } from "@calcom/ui/components/icon"; @@ -115,7 +116,7 @@ function getNavigation(props: { { name: "workflows", href: `/event-types/${eventType.id}?tabName=workflows`, - icon: Zap, + icon: PhoneCall, info: `${enabledWorkflowsNumber} ${t("active")}`, }, ]; diff --git a/apps/web/components/eventtype/InstantEventController.tsx b/apps/web/components/eventtype/InstantEventController.tsx index ec34df6632..9a0b42ee2d 100644 --- a/apps/web/components/eventtype/InstantEventController.tsx +++ b/apps/web/components/eventtype/InstantEventController.tsx @@ -8,7 +8,7 @@ import useLockedFieldsManager from "@calcom/features/ee/managed-event-types/hook import { classNames } from "@calcom/lib"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import { Alert, Button, EmptyScreen, SettingsToggle } from "@calcom/ui"; -import { Zap } from "@calcom/ui/components/icon"; +import { PhoneCall } from "@calcom/ui/components/icon"; type InstantEventControllerProps = { eventType: EventTypeSetup; @@ -44,7 +44,7 @@ export default function InstantEventController({ {!isOrg || !isTeamEvent ? ( {t("upgrade")}} /> diff --git a/apps/web/pages/connect-and-join.tsx b/apps/web/pages/connect-and-join.tsx index afc84f3e88..8d85bb62fe 100644 --- a/apps/web/pages/connect-and-join.tsx +++ b/apps/web/pages/connect-and-join.tsx @@ -10,7 +10,7 @@ import { useLocale } from "@calcom/lib/hooks/useLocale"; import { trpc } from "@calcom/trpc"; import { TRPCClientError } from "@calcom/trpc/react"; import { Button, EmptyScreen, Alert } from "@calcom/ui"; -import { Zap } from "@calcom/ui/components/icon"; +import { PhoneCall } from "@calcom/ui/components/icon"; import PageWrapper from "@components/PageWrapper"; @@ -51,7 +51,7 @@ function ConnectAndJoin() { {session ? ( @@ -60,7 +60,7 @@ function ConnectAndJoin() { Some other host already accepted the meeting. Do you still want to join? - Continue to Meeting Url + Continue to Meeting diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 324e39cf26..cbd28be4c9 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -132,7 +132,7 @@ "meeting_url": "Meeting URL", "meeting_url_not_found":"Meeting URL not found", "token_not_found":"Token not found", - "some_other_host_already_accepted_the_meeting":"Some other host already accepted the meeting. Do you still want to join? <1>Continue to Meeting Url", + "some_other_host_already_accepted_the_meeting":"Some other host already accepted the meeting. Do you still want to join? <1>Continue to Meeting", "meeting_request_rejected": "Your meeting request has been rejected", "rejected_event_type_with_organizer": "Rejected: {{eventType}} with {{organizer}} on {{date}}", "hi": "Hi", diff --git a/packages/features/bookings/Booker/Booker.tsx b/packages/features/bookings/Booker/Booker.tsx index 7ffbb1c9d1..425a558f3d 100644 --- a/packages/features/bookings/Booker/Booker.tsx +++ b/packages/features/bookings/Booker/Booker.tsx @@ -13,7 +13,7 @@ import classNames from "@calcom/lib/classNames"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import useMediaQuery from "@calcom/lib/hooks/useMediaQuery"; import { BookerLayouts, defaultBookerLayoutSettings } from "@calcom/prisma/zod-utils"; -import { AvatarGroup, Button } from "@calcom/ui"; +import { Button } from "@calcom/ui"; import { AvailableTimeSlots } from "./components/AvailableTimeSlots"; import { BookEventForm } from "./components/BookEventForm"; @@ -392,7 +392,7 @@ export const InstantBooking = () => {
{/* TODO: max. show 4 people here */}
- { title: "Alex Van Andel", }, ]} - /> + /> */}
{t("dont_want_to_wait")}