Skip to content

Commit

Permalink
Merge pull request #210 from edx/van-379/add-skipnav-link
Browse files Browse the repository at this point in the history
add id attr
  • Loading branch information
uzairr authored Mar 19, 2021
2 parents beac574 + c5603fc commit 579edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-components/HeaderLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const HeaderLayout = ({ children }) => (
<div className="d-flex flex-column">
<CookiePolicyBanner languageCode={getLocale()} />
<Header />
<main className="flex-grow-1">
<main className="flex-grow-1" id="main">
{children}
</main>
</div>
Expand Down

0 comments on commit 579edcc

Please sign in to comment.