feat(SW-185): Refactor mocked data
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import Image from "@/components/Image"
|
|
||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
export type FooterMainNav = {
|
export type FooterMainNav = {
|
||||||
url: string
|
url: string
|
||||||
title: string
|
title: string
|
||||||
|
openInNewTab: boolean
|
||||||
|
isExternal: boolean
|
||||||
}
|
}
|
||||||
export type FooterMainNavProps = {
|
export type FooterMainNavProps = {
|
||||||
mainLinks: FooterMainNav[]
|
mainLinks: FooterMainNav[]
|
||||||
|
|||||||
Reference in New Issue
Block a user