From 81427dbecd45c960e6283034641828acb5824249 Mon Sep 17 00:00:00 2001 From: Daniel Milano <121773300+danielmilano1@users.noreply.github.com> Date: Tue, 30 May 2023 16:24:00 -0600 Subject: [PATCH] remove aria-labels (#23) --- src/Monthly/MonthlyBody.tsx | 3 --- src/Monthly/MonthlyCalendar.tsx | 1 - src/Weekly/WeeklyCalendar.tsx | 1 - 3 files changed, 5 deletions(-) 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" >