Skip to content

Commit

Permalink
fix: Add ID attribute to the main content (#1020)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Lunyachek <[email protected]>
  • Loading branch information
Lunyachek and Stanislav Lunyachek authored Apr 1, 2024
1 parent 2463a1f commit 1fcb762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subscribe(APP_READY, () => {
<Route element={(
<div className="d-flex flex-column" style={{ minHeight: '100vh' }}>
<Header />
<main className="flex-grow-1">
<main className="flex-grow-1" id="main">
<Outlet />
</main>
<Footer />
Expand Down

0 comments on commit 1fcb762

Please sign in to comment.