diff --git a/client/src/features/calendarHeader/CalendarHeader.jsx b/client/src/features/calendarHeader/CalendarHeader.jsx index ee88dc14..10bf879d 100644 --- a/client/src/features/calendarHeader/CalendarHeader.jsx +++ b/client/src/features/calendarHeader/CalendarHeader.jsx @@ -28,7 +28,6 @@ function CalendarHeader({ date }) { const handleLogin = () => { window.location = "api/auth/discord"; }; - return (
@@ -36,17 +35,23 @@ function CalendarHeader({ date }) { Icon={BsCalendarPlusFill} tooltipText="Add Event" onClick={formModal.handleOpen} + aria-label="Add Event" + title="Add Event" /> linkToUrl(DISCORD_THREAD_URL)} + aria-label="Join Team" + title="Join Team" /> navigate("/")} + aria-label="Home" + title="Home" />
@@ -61,6 +66,8 @@ function CalendarHeader({ date }) { text={"Today"} tooltipText={"Jump to current month"} onClick={() => date.getCurrentMonth()} + aria-label="Today" + title="Today" />
@@ -68,23 +75,31 @@ function CalendarHeader({ date }) { Icon={IoChatbubblesOutline} tooltipText="Feedback" onClick={() => linkToUrl(GH_ISSUES_URL)} + aria-label="Feedback" + title="Feedback" /> linkToUrl(GH_ISSUES_URL)} + aria-label="Help" + title="Help" /> {isAuthenticated() ? ( ) : ( )}