enjanga-components-library 1.0.41 → 1.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1170,7 +1170,7 @@ var AppHeader = ({
|
|
|
1170
1170
|
as: default2__default.default,
|
|
1171
1171
|
href: brandRoute,
|
|
1172
1172
|
passHref: true,
|
|
1173
|
-
|
|
1173
|
+
"aria-current": isHomeRoute ? "page" : void 0,
|
|
1174
1174
|
className: isHomeRoute ? "cds--header__name--current" : "",
|
|
1175
1175
|
children: brand
|
|
1176
1176
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1143,7 +1143,7 @@ var AppHeader = ({
|
|
|
1143
1143
|
as: default2,
|
|
1144
1144
|
href: brandRoute,
|
|
1145
1145
|
passHref: true,
|
|
1146
|
-
|
|
1146
|
+
"aria-current": isHomeRoute ? "page" : void 0,
|
|
1147
1147
|
className: isHomeRoute ? "cds--header__name--current" : "",
|
|
1148
1148
|
children: brand
|
|
1149
1149
|
}
|
package/package.json
CHANGED