1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add aria-label to header (#39805)

This commit is contained in:
Grace Park
2023-07-27 12:29:50 -07:00
committed by GitHub
parent 106cd9078b
commit 8f314178e7

View File

@@ -136,6 +136,7 @@ export const Header = () => {
scroll && 'color-shadow-small',
)}
role="banner"
aria-label="Main"
>
<div
className="d-flex flex-justify-between p-2 flex-items-center flex-wrap"