diff --git a/components/Footer/Navigation/SecondaryNav/index.tsx b/components/Footer/Navigation/SecondaryNav/index.tsx index c3497ef21..dc153829f 100644 --- a/components/Footer/Navigation/SecondaryNav/index.tsx +++ b/components/Footer/Navigation/SecondaryNav/index.tsx @@ -1,4 +1,3 @@ -import Image from "@/components/Image" import Link from "@/components/TempDesignSystem/Link" import Body from "@/components/TempDesignSystem/Text/Body" diff --git a/components/Footer/mockedData.ts b/components/Footer/mockedData.ts index 49de2ee4d..d294b908b 100644 --- a/components/Footer/mockedData.ts +++ b/components/Footer/mockedData.ts @@ -190,10 +190,9 @@ export const footer = { }, } -export const detailsData = { copyrightCompany: "Scandic AB", copyrightInfo: "All rights reserved.", - social: { + socialMedia: { links: [ { title: "Facebook", @@ -212,7 +211,7 @@ export const detailsData = { }, ], }, - links: [ + tertiaryLinks: [ { title: "Cookies", href: "/cookies",