Skip to content

Commit

Permalink
Merge pull request #209 from NYPL/feature/DR-3229/tab-index-header
Browse files Browse the repository at this point in the history
DR-3229 update tab index to be -1
  • Loading branch information
avertrees authored Oct 9, 2024
2 parents bb849a5 + 020d63c commit a56ff03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

- Refactored collection/item lanes into one `Lane` component (DR-3191)
- Updated header on /divisions/:slug page to have a tabIndex of -1 (DR-3229)

## [0.1.14] 2024-10-03

Expand Down
2 changes: 1 addition & 1 deletion app/src/components/pages/divisionPage/divisionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function DivisionPage({ data }: any) {

<Heading
ref={headingRef}
tabIndex={0}
tabIndex={-1}
level="h2"
id={slug}
size="heading3"
Expand Down

0 comments on commit a56ff03

Please sign in to comment.