From cf847cd1d86ea5f151b190fe5ca60f653c468ee4 Mon Sep 17 00:00:00 2001 From: Ian Oxley Date: Fri, 23 Nov 2018 22:18:02 +0000 Subject: [PATCH] Add aria-label to notifaction and user menus Add aria-label to give a text equivalent for non-visual users. --- website/client/components/header/notificationsDropdown.vue | 2 +- website/client/components/header/userDropdown.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/components/header/notificationsDropdown.vue b/website/client/components/header/notificationsDropdown.vue index 3132f9e9b9..c32c31bb9b 100644 --- a/website/client/components/header/notificationsDropdown.vue +++ b/website/client/components/header/notificationsDropdown.vue @@ -1,7 +1,7 @@