Compare commits

...

1 Commits

Author SHA1 Message Date
Stanislav
8ea150d480 fix: Add ID attribute to the main content (#991)
Co-authored-by: Stanislav Lunyachek <lunyachek@MacBook-Pro-M1.local>
2024-03-26 14:27:57 -04:00

View File

@@ -32,7 +32,7 @@ subscribe(APP_READY, () => {
<AppProvider store={configureStore()}>
<Head />
<Header />
<main>
<main id="main">
<AppRoutes />
</main>
<Footer />