fix: Add ID attribute to the main content (#880)

Co-authored-by: Stanislav Lunyachek <lunyachek@MacBook-Pro-M1.local>
This commit is contained in:
Stanislav
2023-11-03 13:17:14 +02:00
committed by GitHub
parent 1698720aad
commit c28b8c6840

View File

@@ -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 />