️(frontend) fix more tools heading hierarchy

Side panel title is an H1, but the hierarchy skips directly to H3.
Fix the heading structure. It closes #1178.
This commit is contained in:
lebaudantoine
2026-03-19 11:03:08 +01:00
parent b419a2bfd2
commit 45f374610f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to
### Changed
- ♿️(frontend) fix sidepanel accessibility aria-label #1182
- ♿️(frontend) fix more tools heading hierarchy #1181
## [1.11.0] - 2026-03-19
@@ -65,7 +65,7 @@ const ToolButton = ({
<div>
<Text
margin={false}
as="h3"
as="h2"
className={css({
display: 'flex',
gap: 0.25,