A11y tweaks to the left pane and timeline

This commit is contained in:
Josh Perez
2023-01-23 11:59:12 -05:00
committed by GitHub
parent 4fc7c69a73
commit 9de33e4ffd
3 changed files with 14 additions and 6 deletions

View File

@@ -601,7 +601,7 @@ export function LeftPane({
}
return (
<div
<nav
className={classNames(
'module-left-pane',
isResizing && 'module-left-pane--is-resizing',
@@ -706,7 +706,7 @@ export function LeftPane({
},
})}
{crashReportCount > 0 && renderCrashReportDialog()}
</div>
</nav>
);
}