Skip to content

Commit

Permalink
add id attr
Browse files Browse the repository at this point in the history
  • Loading branch information
uzairr committed Mar 19, 2021
1 parent beac574 commit c5603fc
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 c5603fc

Please sign in to comment.