From 5c3833d4cb4267170835b79c20d27224655b3691 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Mon, 4 Jul 2022 08:39:12 +0200 Subject: [PATCH] - component renamed --- .../Widgets/Calendar/{DateComponent.vue => DayComponent.vue} | 0 resources/js/Shared/Widgets/VacationCalendar.vue | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename resources/js/Shared/Widgets/Calendar/{DateComponent.vue => DayComponent.vue} (100%) diff --git a/resources/js/Shared/Widgets/Calendar/DateComponent.vue b/resources/js/Shared/Widgets/Calendar/DayComponent.vue similarity index 100% rename from resources/js/Shared/Widgets/Calendar/DateComponent.vue rename to resources/js/Shared/Widgets/Calendar/DayComponent.vue diff --git a/resources/js/Shared/Widgets/VacationCalendar.vue b/resources/js/Shared/Widgets/VacationCalendar.vue index 8aa689c..bbbf8d5 100644 --- a/resources/js/Shared/Widgets/VacationCalendar.vue +++ b/resources/js/Shared/Widgets/VacationCalendar.vue @@ -120,7 +120,7 @@ class="w-full grid grid-cols-7 gap-px" :class="{ 'grid-rows-1': calendarState.viewMode.isWeek }" > -