Skip to content

Commit

Permalink
Merge pull request #1 from DaleMcGrew/develop
Browse files Browse the repository at this point in the history
Test of pull request process.
  • Loading branch information
DaleMcGrew authored Nov 21, 2024
2 parents 20de7b0 + 847195a commit b3bfabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/components/Navigation/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ class Footer extends Component {
<FooterMainWrapper>
<Suspense fallback={<span>&nbsp;</span>}>
<DelayedLoad waitBeforeShow={1000}>
<div>FooterMain Here</div>
<div>== FooterMain Here ==</div>
</DelayedLoad>
</Suspense>
</FooterMainWrapper>
)}
{showFooterBar && (
<FooterBarWrapper className={isWebApp() ? 'footroom-wrapper' : 'footroom-wrapper-cordova'}>
<Suspense fallback={<span>&nbsp;</span>}>
<div>FooterBar Here</div>
<div>== FooterBar Here ==</div>
</Suspense>
</FooterBarWrapper>
)}
Expand Down

0 comments on commit b3bfabf

Please sign in to comment.