Skip to content

Commit

Permalink
Merge pull request #124 from communitiesuk/aria_current_true
Browse files Browse the repository at this point in the history
change aria current to true
  • Loading branch information
Ellie-Brakoniecki authored Jul 19, 2023
2 parents e971b65 + 1cefa4d commit 41ab437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gov_uk_dashboards/components/plotly/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 41ab437

Please sign in to comment.