Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 25, 2023
1 parent f6ab599 commit 737b5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/launch/src/components/Application/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ export function AppContainer({ initialData, errorHandlers }) {
return (
<Fragment>
<div id="mn-main-container" className="mn-main-container sticky">
<div className="container">
<div className="container-fluid">
<Header theme={theme} onToggleTheme={toggleTheme} />

<div className="container-fluid">
<div className="container">
<div className="mn-container">
<form onSubmit={onGenerateProject} autoComplete="off">
<StarterForm
Expand Down

0 comments on commit 737b5e7

Please sign in to comment.