From 65d724787ab507267e9654bc1abc2d3c532b5c5e Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Wed, 28 Aug 2024 08:30:45 +0200 Subject: [PATCH] feat(SW-187): Footer data from contentstack --- types/components/footer/navigation.ts | 2 -- 1 file changed, 2 deletions(-) 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[]