Skip to content

Commit

Permalink
Merge pull request #1350 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff authored Apr 18, 2024
2 parents 9982134 + 1eedc54 commit 7dee201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions products/statement-generator/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ const App: React.FC = () => {
<button onClick={() => handleClick('ko')}>KO</button>
</nav>

<AppHeader />
<AppSubheader />

<Affirmation />

<PageContainer>
<AppHeader />
<AppSubheader />

<Affirmation />
<Switch>
<Route exact path="/" component={Landing} />

Expand Down Expand Up @@ -182,9 +181,8 @@ const App: React.FC = () => {
<Route component={NotFound} />
<Route path="/404" component={NotFound} />
</Switch>
<AppFooter />
</PageContainer>

<AppFooter />
</FormStateContextProvider>
</AffirmationContextProvider>
</RoutingContextProvider>
Expand Down
2 changes: 1 addition & 1 deletion products/statement-generator/src/styles/utilityStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const useUtilityStyles = makeStyles<Theme>(
({ palette, breakpoints, globals, spacing }) =>
createStyles({
primaryContainer: {
minHeight: 'calc(100vh - 160px)',
minHeight: '100vh',
width: '100%',
display: 'flex',
flex: '1 0 auto',
Expand Down

0 comments on commit 7dee201

Please sign in to comment.