From c01e3a46647dce82de2276fabf81d7fe13c235bb Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:29:32 -0700 Subject: [PATCH] Rename monthly view for consistency --- src/widgets/calendar/component.jsx | 4 ++-- src/widgets/calendar/{monthly-view.jsx => monthly.jsx} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/widgets/calendar/{monthly-view.jsx => monthly.jsx} (98%) diff --git a/src/widgets/calendar/component.jsx b/src/widgets/calendar/component.jsx index 2a0be44c..688915e2 100644 --- a/src/widgets/calendar/component.jsx +++ b/src/widgets/calendar/component.jsx @@ -3,7 +3,7 @@ import dynamic from "next/dynamic"; import { DateTime } from "luxon"; import { useTranslation } from "next-i18next"; -import MonthlyView from "./monthly-view"; +import Monthly from "./monthly"; import Agenda from "./agenda"; import Container from "components/services/widget/container"; @@ -91,7 +91,7 @@ export default function Component({ service }) { })} {(!widget?.view || widget?.view === "monthly") && ( -