feat(SW-187): Footer data from contentstack

This commit is contained in:
Pontus Dreij
2024-08-28 08:30:45 +02:00
parent 99208abfb9
commit 18de55fad1
14 changed files with 370 additions and 21 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
export type FooterMainNav = {
id: string
href: string
url: string
title: string
openInNewTab: boolean
isExternal: boolean
}
export type FooterMainNavProps = {
mainLinks: FooterMainNav[]