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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>
);
}