diff --git a/src/Monthly/MonthlyBody.tsx b/src/Monthly/MonthlyBody.tsx index 41353ce..a7c8f73 100644 --- a/src/Monthly/MonthlyBody.tsx +++ b/src/Monthly/MonthlyBody.tsx @@ -92,7 +92,6 @@ export function MonthlyBody({
{day.label} @@ -102,7 +101,6 @@ export function MonthlyBody({
))} @@ -132,7 +130,6 @@ export function MonthlyDay({ renderDay }: MonthlyDayProps) { return (
diff --git a/src/Monthly/MonthlyCalendar.tsx b/src/Monthly/MonthlyCalendar.tsx index eb9b087..d83c859 100644 --- a/src/Monthly/MonthlyCalendar.tsx +++ b/src/Monthly/MonthlyCalendar.tsx @@ -68,7 +68,6 @@ export const MonthlyNav = () => {
{format( diff --git a/src/Weekly/WeeklyCalendar.tsx b/src/Weekly/WeeklyCalendar.tsx index bc9e80b..d27a9c7 100644 --- a/src/Weekly/WeeklyCalendar.tsx +++ b/src/Weekly/WeeklyCalendar.tsx @@ -76,7 +76,6 @@ const DayButton = ({ day }: DayButtonProps) => {
  • changeSelectedDay(isSelected ? undefined : currentDate)} className="rc-bg-white rc-cursor-pointer" - aria-label="article" title="Day of Week" >