Skip to content

Commit

Permalink
fix: Add ID attribute to the main content (#880)
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 Nov 3, 2023
1 parent 1698720 commit c28b8c6
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 c28b8c6

Please sign in to comment.