Skip to content

Commit

Permalink
Merge c575eaf into 829dda9
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Dec 17, 2024
2 parents 829dda9 + c575eaf commit 15996c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utah-design-system/src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { ReactNode } from 'react';
import govOpsLogo from '../assets/govops-logo.webp';
import dnrLogo from '../assets/natural-resources-logo.webp';
import { Link } from './Link.tsx';
Expand All @@ -8,7 +9,7 @@ type FooterLinkColumn = {
links: FooterLink[];
};
export type FooterProps = {
renderAddress?: () => JSX.Element;
renderAddress?: () => ReactNode;
columnOne?: FooterLinkColumn;
columnTwo?: FooterLinkColumn;
columnThree?: FooterLinkColumn;
Expand Down

0 comments on commit 15996c2

Please sign in to comment.