Skip to content

Commit

Permalink
fix: made notifications buttons more accessible (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Nov 1, 2023
2 parents 4fe0977 + fe0e971 commit 50bcf9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/user/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const Notifications: WithPageLayout = () => {
setFilter("all");
router.push(`/user/notifications?filter=all`);
}}
aria-label="Show All Notifications"
>
All
</Button>
Expand All @@ -100,6 +101,7 @@ const Notifications: WithPageLayout = () => {
setFilter("follow");
router.push(`/user/notifications?filter=follow`);
}}
aria-label="Filter Notifications by Follows"
>
Follows
</Button>
Expand All @@ -113,6 +115,7 @@ const Notifications: WithPageLayout = () => {
setFilter("highlight_reaction");
router.push(`/user/notifications?filter=highlight_reaction`);
}}
aria-label="Filter Notifications by Reactions"
>
Reactions
</Button>
Expand Down

0 comments on commit 50bcf9d

Please sign in to comment.