fix(a11y): remove complementary role from instructions panel (#45030)

This commit is contained in:
Bruce B
2022-02-08 09:46:24 -08:00
committed by GitHub
parent 03d9239eb5
commit 6b2f2dbf77

View File

@ -70,7 +70,6 @@ export function SidePanel({
<div <div
className='instructions-panel' className='instructions-panel'
ref={instructionsPanelRef} ref={instructionsPanelRef}
role='complementary'
tabIndex={-1} tabIndex={-1}
> >
{challengeTitle} {challengeTitle}