@bbc/psammead-navigation
Advanced tools
Comparing version 9.2.12 to 9.2.13
@@ -6,2 +6,3 @@ # Psammead Navigation Changelog | ||
|---------|-------------| | ||
| 9.2.13 | [PR#4590](https://github.com/bbc/psammead/pull/4590) Fix talkback comma bug | | ||
| 9.2.12 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles | | ||
@@ -8,0 +9,0 @@ | 9.2.11 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies | |
{ | ||
"name": "@bbc/psammead-navigation", | ||
"version": "9.2.12", | ||
"version": "9.2.13", | ||
"description": "A navigation bar to use on index pages", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -131,3 +131,3 @@ import React from 'react'; | ||
> | ||
<VisuallyHiddenText>{currentPageText}, </VisuallyHiddenText> | ||
<VisuallyHiddenText>{`${currentPageText}, `}</VisuallyHiddenText> | ||
{link} | ||
@@ -134,0 +134,0 @@ </StyledSpan> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
444057