From 0a7511e27bfeb94f903d48d6ea64247f49da998a Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Thu, 22 Aug 2024 16:08:11 +0200 Subject: [PATCH] feat(SW-185): Refactor mocked data --- components/Footer/Navigation/SecondaryNav/index.tsx | 1 - components/Footer/mockedData.ts | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) 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",