From 96fe91b3b0dd797cce1ef9c47cbd4e2d5facb086 Mon Sep 17 00:00:00 2001 From: SAI VINAY NANDIGAM <56666558+vinay1499@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:13:22 -0500 Subject: [PATCH] Fix Typo Add ARIA label to nav expand/collapse button, aria-expanded='false' aria-label = 'Toggle Navigation' --- coldfront/templates/common/nonauthorized_navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coldfront/templates/common/nonauthorized_navbar.html b/coldfront/templates/common/nonauthorized_navbar.html index 2d62e4e28..bfaa00f64 100644 --- a/coldfront/templates/common/nonauthorized_navbar.html +++ b/coldfront/templates/common/nonauthorized_navbar.html @@ -4,7 +4,7 @@