Skip to content

Commit

Permalink
Update src/app/components/Footer.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 317a149 commit f849c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface NavigationLinkProps {
onClick?: () => void;
}

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

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

0 comments on commit f849c57

Please sign in to comment.