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 Lunyachek committed Mar 25, 2024
1 parent ac277ee commit 8e47742
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 8e47742

Please sign in to comment.