From 5b877269d4ae556f90241b5341d6ec339d126c56 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 18 Jun 2017 00:06:08 +0200 Subject: [PATCH] Added missing aria-label --- mixins/Navigation.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/Navigation.pixy b/mixins/Navigation.pixy index 71859628..6b148724 100644 --- a/mixins/Navigation.pixy +++ b/mixins/Navigation.pixy @@ -28,7 +28,7 @@ component NavigationButton(name string, target string, icon string) span.navigation-text= name component NavigationButtonNoAJAX(name string, target string, icon string) - a.navigation-link(href=target) + a.navigation-link(href=target, aria-label=name) .navigation-button Icon(icon) span.navigation-text= name \ No newline at end of file