fix(a11y): remove complementary role from instructions panel (#45030)
This commit is contained in:
@ -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}
|
||||||
|
Reference in New Issue
Block a user