diff --git a/types/components/footer/navigation.ts b/types/components/footer/navigation.ts index a965c29af..341b4d117 100644 --- a/types/components/footer/navigation.ts +++ b/types/components/footer/navigation.ts @@ -1,8 +1,6 @@ export type FooterMainNav = { url: string title: string - openInNewTab: boolean - isExternal: boolean } export type FooterMainNavProps = { mainLinks: FooterMainNav[]