diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e489dd8c..e4baabc461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to - ♿(frontend) improve accessibility: - #1354 + - ♿ improve accessibility by adding landmark roles to layout #1394 ### Fixed diff --git a/src/frontend/apps/impress/src/features/footer/Footer.tsx b/src/frontend/apps/impress/src/features/footer/Footer.tsx index 6cef3ffe2d..f38246451a 100644 --- a/src/frontend/apps/impress/src/features/footer/Footer.tsx +++ b/src/frontend/apps/impress/src/features/footer/Footer.tsx @@ -56,7 +56,12 @@ export const Footer = () => { } return ( - + { return ( diff --git a/src/frontend/apps/impress/src/layouts/MainLayout.tsx b/src/frontend/apps/impress/src/layouts/MainLayout.tsx index facf5f87a0..29fad38e8f 100644 --- a/src/frontend/apps/impress/src/layouts/MainLayout.tsx +++ b/src/frontend/apps/impress/src/layouts/MainLayout.tsx @@ -34,6 +34,7 @@ export function MainLayout({