From cc597c2aa320ffb7f94003b383e2085a1e5e88fd Mon Sep 17 00:00:00 2001 From: Rita Nkem Daniel Date: Wed, 1 Nov 2023 16:17:56 +0100 Subject: [PATCH] chore: add accessibility feature --- pages/user/notifications.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/user/notifications.tsx b/pages/user/notifications.tsx index b1658ce513..ef47310a82 100644 --- a/pages/user/notifications.tsx +++ b/pages/user/notifications.tsx @@ -90,6 +90,7 @@ const Notifications: WithPageLayout = () => { setFilter("all"); router.push(`/user/notifications?filter=all`); }} + aria-label="Show All Notifications" > All @@ -100,6 +101,7 @@ const Notifications: WithPageLayout = () => { setFilter("follow"); router.push(`/user/notifications?filter=follow`); }} + aria-label="Filter Notifications by Follows" > Follows @@ -113,6 +115,7 @@ const Notifications: WithPageLayout = () => { setFilter("highlight_reaction"); router.push(`/user/notifications?filter=highlight_reaction`); }} + aria-label="Filter Notifications by Reactions" > Reactions