diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d21a64d..4af06f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ and this project adheres to ⬆️(frontend) upgrade Next.js to v16 #1980 +### Changed + +- ♿️(frontend) fix aria-label and landmark on document banner state #1986 + ## [v4.7.0] - 2026-03-09 ### Added @@ -47,7 +51,6 @@ and this project adheres to - 🐛(frontend) fix bug when language not supported by BN #1957 - 🐛 (backend) prevent privileged users from requesting access #1898 - ## [v4.6.0] - 2026-03-03 ### Added diff --git a/src/frontend/apps/impress/src/features/docs/doc-header/components/AlertPublic.tsx b/src/frontend/apps/impress/src/features/docs/doc-header/components/AlertPublic.tsx index 97e9190a..caf6328e 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-header/components/AlertPublic.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-header/components/AlertPublic.tsx @@ -9,7 +9,7 @@ export const AlertPublic = ({ isPublicDoc }: { isPublicDoc: boolean }) => { return (