diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af06f63..88891456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,21 +14,15 @@ and this project adheres to - ♿(frontend) localize LaGaufre label fallback in Docs #1979 - ✨(backend) add a migration cleaning on-boarding document accesses +- ⬆️(frontend) upgrade Next.js to v16 #1980 +- ♿️(frontend) fix aria-label and landmark on document banner state #1986 +- 🌐(i18n) add "new window" translation key for waffle aria-label #1984 ### Fixed - 🐛(backend) create a link_trace record for on-boarding documents - 🐛(backend) manage race condition when creating sandbox document -### Changed - -⬆️(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 diff --git a/src/frontend/apps/impress/src/features/header/components/Waffle.tsx b/src/frontend/apps/impress/src/features/header/components/Waffle.tsx index d1a84f58..d52a7c70 100644 --- a/src/frontend/apps/impress/src/features/header/components/Waffle.tsx +++ b/src/frontend/apps/impress/src/features/header/components/Waffle.tsx @@ -27,8 +27,8 @@ export type WaffleType = Omit< const LaGaufreV2Fixed = LaGaufreV2 as React.ComponentType; export const Waffle = () => { - const { data: conf } = useConfig(); const { t } = useTranslation(); + const { data: conf } = useConfig(); const waffleConfig = conf?.theme_customization?.waffle; @@ -47,6 +47,7 @@ export const Waffle = () => { );