From ee5cc3293658b435cb56f349a96b6074b421362b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sat, 25 Sep 2021 17:03:08 +0100 Subject: [PATCH] renamed PoweredByCalendso --- components/booking/pages/AvailabilityPage.tsx | 4 ++-- components/ui/{PoweredByCalendso.tsx => PoweredByCal.tsx} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename components/ui/{PoweredByCalendso.tsx => PoweredByCal.tsx} (90%) diff --git a/components/booking/pages/AvailabilityPage.tsx b/components/booking/pages/AvailabilityPage.tsx index 2e681109..80fe1757 100644 --- a/components/booking/pages/AvailabilityPage.tsx +++ b/components/booking/pages/AvailabilityPage.tsx @@ -19,7 +19,7 @@ import DatePicker from "@components/booking/DatePicker"; import TimeOptions from "@components/booking/TimeOptions"; import { HeadSeo } from "@components/seo/head-seo"; import AvatarGroup from "@components/ui/AvatarGroup"; -import PoweredByCalendso from "@components/ui/PoweredByCalendso"; +import PoweredByCale from "@components/ui/PoweredByCal"; import { AvailabilityPageProps } from "../../../pages/[user]/[type]"; @@ -215,7 +215,7 @@ const AvailabilityPage = ({ profile, eventType, workingHours }: AvailabilityPage )} - {(!eventType.users[0] || !isBrandingHidden(eventType.users[0])) && } + {(!eventType.users[0] || !isBrandingHidden(eventType.users[0])) && } diff --git a/components/ui/PoweredByCalendso.tsx b/components/ui/PoweredByCal.tsx similarity index 90% rename from components/ui/PoweredByCalendso.tsx rename to components/ui/PoweredByCal.tsx index 3ac78e7e..997eea4c 100644 --- a/components/ui/PoweredByCalendso.tsx +++ b/components/ui/PoweredByCal.tsx @@ -1,6 +1,6 @@ import Link from "next/link"; -const PoweredByCalendso = () => ( +const PoweredByCal = () => (
@@ -20,4 +20,4 @@ const PoweredByCalendso = () => (
); -export default PoweredByCalendso; +export default PoweredByCal;