Skip to content

Commit

Permalink
Update src/app/components/NavbarUSWDS.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Wheeler <[email protected]>
  • Loading branch information
nickbristow and jakewheeler authored Oct 23, 2024
1 parent 84bc695 commit 70f6cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/NavbarUSWDS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface NavigationLinkProps {
onClick?: () => void;
}

export default function Navbar({ }) {
export default function Navbar() {
const basePath = "/dibbs-site";

const [expanded, setExpanded] = React.useState(false)
Expand Down

0 comments on commit 70f6cce

Please sign in to comment.