Skip to content

Commit

Permalink
fix: remove footer
Browse files Browse the repository at this point in the history
I can't think of a reason why this is needed on an internal-facing website and it makes the scrolling for the app awkward.
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent 1a99978 commit bcf3737
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import esriConfig from '@arcgis/core/config';
import Graphic from '@arcgis/core/Graphic';
import {
Drawer,
Footer,
Header,
Sherlock,
UtahIdLogin,
Expand Down Expand Up @@ -223,7 +222,6 @@ export default function App() {
</section>
)}
</main>
<Footer />
</>
);
}

0 comments on commit bcf3737

Please sign in to comment.