From 5bb4716e8ad6cfee0a4411fb7e27e0593d1e26fc 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 adb2d3163..d97a97bb8 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 e79257b2e..6f8443187 100644 --- a/components/Footer/mockedData.ts +++ b/components/Footer/mockedData.ts @@ -191,10 +191,9 @@ export const footer = { }, } -export const detailsData = { copyrightCompany: "Scandic AB", copyrightInfo: "All rights reserved.", - social: { + socialMedia: { links: [ { title: "Facebook", @@ -213,7 +212,7 @@ export const detailsData = { }, ], }, - links: [ + tertiaryLinks: [ { title: "Cookies", href: "/cookies",