Skip to content

Commit

Permalink
Add id mainPanel to the main tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mazursasha1990 committed Dec 25, 2024
1 parent ddbd6d6 commit d28be92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/react/src/Routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ class Routes extends Component {
<Router history={history}>
<div className="App">
{!embed ? <Navbar /> : null}
<main style={mainPanelStyle} className="mainPanel">
<main
style={mainPanelStyle}
className="mainPanel"
id="mainPanel"
>
<Switch>
<Route
exact
Expand Down

0 comments on commit d28be92

Please sign in to comment.