From cbd0e2d287595142809cb2dacc496eac58c64f6a Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 20 Oct 2023 15:31:59 +0100 Subject: [PATCH] chore: removed "set up your public profile" banner (#12001) --- apps/web/pages/event-types/index.tsx | 30 ------------------- apps/web/public/static/locales/en/common.json | 2 -- 2 files changed, 32 deletions(-) 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={}>