diff --git a/gov_uk_dashboards/components/plotly/navbar.py b/gov_uk_dashboards/components/plotly/navbar.py index b3dde7c..619f0ba 100644 --- a/gov_uk_dashboards/components/plotly/navbar.py +++ b/gov_uk_dashboards/components/plotly/navbar.py @@ -33,7 +33,7 @@ def navbar_link_active(text, href): text, href=href, className="moj-primary-navigation__link", - **{"aria-current": "page"} + **{"aria-current": "true"} ), className="moj-primary-navigation__item", ) diff --git a/setup.py b/setup.py index 2897042..92452ec 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author="Department for Levelling Up, Housing and Communities", description="Provides access to functionality common to creating a data dashboard.", name="gov_uk_dashboards", - version="9.13.5", + version="9.13.6", long_description=long_description, long_description_content_type="text/markdown", packages=find_packages(),