mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-06 08:57:46 +00:00
♿️(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:
@@ -65,7 +65,7 @@ const ToolButton = ({
|
||||
<div>
|
||||
<Text
|
||||
margin={false}
|
||||
as="h3"
|
||||
as="h2"
|
||||
className={css({
|
||||
display: 'flex',
|
||||
gap: 0.25,
|
||||
|
||||
Reference in New Issue
Block a user