From 1da12401f440aedb32f7e887294313a46f15238e Mon Sep 17 00:00:00 2001 From: charbelrami Date: Tue, 9 Jan 2024 18:00:24 -0300 Subject: [PATCH] add SideNav patch changes --- src/Nri/Ui/SideNav/V5.elm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Nri/Ui/SideNav/V5.elm b/src/Nri/Ui/SideNav/V5.elm index ef65bdfb5..99a848bf8 100644 --- a/src/Nri/Ui/SideNav/V5.elm +++ b/src/Nri/Ui/SideNav/V5.elm @@ -15,6 +15,12 @@ module Nri.Ui.SideNav.V5 exposing {-| +### Patch changes: + + - uses `ul>li` for the structure + - adds `aria-current="true"` to the parent of the current page + + ### Changes from V4 - removes primary and secondary