diff --git a/apps/web/pages/event-types/index.tsx b/apps/web/pages/event-types/index.tsx index 18847653c7..27d825aa70 100644 --- a/apps/web/pages/event-types/index.tsx +++ b/apps/web/pages/event-types/index.tsx @@ -65,7 +65,6 @@ import { MoreHorizontal, Trash, Upload, - User as UserIcon, Users, } from "@calcom/ui/components/icon"; @@ -821,34 +820,6 @@ const Actions = () => { ); }; -const SetupProfileBanner = ({ closeAction }: { closeAction: () => void }) => { - const { t } = useLocale(); - const orgBranding = useOrgBranding(); - - return ( - - - - - } - /> - ); -}; - const EmptyEventTypeList = ({ group }: { group: EventTypeGroup }) => { const { t } = useLocale(); return ( @@ -984,7 +955,6 @@ const EventTypesPage = () => { heading={t("event_types_page_title")} hideHeadingOnMobile subtitle={t("event_types_page_subtitle")} - afterHeading={showProfileBanner && } beforeCTAactions={} CTA={}>