diff --git a/apps/web/components/booking/AvailableEventLocations.tsx b/apps/web/components/booking/AvailableEventLocations.tsx index 31dcada5e2..082ef1f441 100644 --- a/apps/web/components/booking/AvailableEventLocations.tsx +++ b/apps/web/components/booking/AvailableEventLocations.tsx @@ -1,5 +1,6 @@ import { getEventLocationType, locationKeyToString } from "@calcom/app-store/locations"; import { classNames } from "@calcom/lib"; +import { Icon } from "@calcom/ui"; import Tooltip from "@calcom/ui/v2/core/Tooltip"; import { Props } from "./pages/AvailabilityPage"; @@ -15,14 +16,18 @@ export function AvailableEventLocations({ locations }: { locations: Props["event } return (
{locationKeyToString(location)}