Skip to content

Commit

Permalink
fix: Add ID attribute to the main content
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lunyachek authored and Stanislav Lunyachek committed Sep 19, 2023
1 parent e770101 commit 1fe8404
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 @@ -32,7 +32,7 @@ subscribe(APP_READY, () => {
<AppProvider store={configureStore()}>
<Head />
<Header />
<main>
<main id="main">
<AppRoutes />
</main>
<Footer />
Expand Down

0 comments on commit 1fe8404

Please sign in to comment.