Cale to Cal
This commit is contained in:
parent
ee5cc32936
commit
6d2f89fc32
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import DatePicker from "@components/booking/DatePicker";
|
||||||
import TimeOptions from "@components/booking/TimeOptions";
|
import TimeOptions from "@components/booking/TimeOptions";
|
||||||
import { HeadSeo } from "@components/seo/head-seo";
|
import { HeadSeo } from "@components/seo/head-seo";
|
||||||
import AvatarGroup from "@components/ui/AvatarGroup";
|
import AvatarGroup from "@components/ui/AvatarGroup";
|
||||||
import PoweredByCale from "@components/ui/PoweredByCal";
|
import PoweredByCal from "@components/ui/PoweredByCal";
|
||||||
|
|
||||||
import { AvailabilityPageProps } from "../../../pages/[user]/[type]";
|
import { AvailabilityPageProps } from "../../../pages/[user]/[type]";
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ const AvailabilityPage = ({ profile, eventType, workingHours }: AvailabilityPage
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{(!eventType.users[0] || !isBrandingHidden(eventType.users[0])) && <PoweredByCale />}
|
{(!eventType.users[0] || !isBrandingHidden(eventType.users[0])) && <PoweredByCal />}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue