fix: flash of title in event types page (#8114)

This commit is contained in:
Nafees Nazik
2023-04-06 12:25:54 +02:00
committed by GitHub
parent a363b1e903
commit 49290fba72
+10 -1
View File
@@ -36,6 +36,7 @@ import {
Tooltip,
CreateButton,
HorizontalTabs,
HeadSeo,
} from "@calcom/ui";
import {
FiArrowDown,
@@ -660,7 +661,15 @@ const EventTypesPage = () => {
return (
<div>
<Shell heading={t("event_types_page_title")} subtitle={t("event_types_page_subtitle")} CTA={<CTA />}>
<HeadSeo
title="Event Types"
description="Create events to share for people to book on your calendar."
/>
<Shell
withoutSeo
heading={t("event_types_page_title")}
subtitle={t("event_types_page_subtitle")}
CTA={<CTA />}>
<WithQuery
customLoader={<SkeletonLoader />}
success={({ data }) => (