From fcb89c520ea1f695e599dd3fa2139f7caa5f17a0 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 17 Dec 2025 09:58:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20fix=20heading=20?= =?UTF-8?q?level=20in=20modal=20to=20maintain=20semantic=20hierarchy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replaced h3 with h2 for accessibility and proper document structure --- CHANGELOG.md | 1 + src/frontend/src/features/rooms/components/InviteDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4edf03..44c46ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,4 @@ and this project adheres to - ♿️(frontend) hover controls, focus, SR #803 - ♿️(frontend) change ptt keybinding from space to v #813 - ♿(frontend) indicate external link opens in new window on feedback #816 +- ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815 diff --git a/src/frontend/src/features/rooms/components/InviteDialog.tsx b/src/frontend/src/features/rooms/components/InviteDialog.tsx index 8bc1d1a5..f3551704 100644 --- a/src/frontend/src/features/rooms/components/InviteDialog.tsx +++ b/src/frontend/src/features/rooms/components/InviteDialog.tsx @@ -67,7 +67,7 @@ export const InviteDialog = (props: Omit) => { gap={0} style={{ maxWidth: '100%', overflow: 'hidden' }} > - + {t('heading')}