Skip to content

Commit

Permalink
Merge pull request #3470 from HHS/remove-unused-footer-content
Browse files Browse the repository at this point in the history
Removing unused footer nav bar per OPRE feedback
  • Loading branch information
jonnalley authored Feb 17, 2025
2 parents 0a25046 + b8d5caf commit 539a25e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/UI/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AgencyInfo from "./AgencyInfo";
import Identifier from "./Identifier";
import NavFooter from "./NavFooter";

const Footer = () => {
const scrollToTop = () => {
Expand All @@ -19,9 +18,6 @@ const Footer = () => {
Return to top
</button>
</div>
<div className="usa-footer__primary-section bg-base-light">
<NavFooter />
</div>
<div className="usa-footer__secondary-section">
<AgencyInfo />
</div>
Expand Down
45 changes: 0 additions & 45 deletions frontend/src/components/UI/Footer/NavFooter.jsx

This file was deleted.

0 comments on commit 539a25e

Please sign in to comment.