diff --git a/CHANGELOG.md b/CHANGELOG.md index fb187018..8d15b01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/src/components/pages/divisionPage/divisionPage.tsx b/app/src/components/pages/divisionPage/divisionPage.tsx index 4de60978..922a0a2d 100644 --- a/app/src/components/pages/divisionPage/divisionPage.tsx +++ b/app/src/components/pages/divisionPage/divisionPage.tsx @@ -115,7 +115,7 @@ export default function DivisionPage({ data }: any) {