feat(SW-187) Secondary navigation
This commit is contained in:
@@ -8,10 +8,10 @@ export type FooterMainNavProps = {
|
||||
|
||||
export type FooterSecondaryNav = {
|
||||
id: string
|
||||
href: string
|
||||
title: string
|
||||
openInNewTab: boolean
|
||||
isExternal: boolean
|
||||
openInNewTab: boolean
|
||||
title: string
|
||||
url: string
|
||||
}
|
||||
export type FooterSecondaryNavProps = {
|
||||
secondaryLinks: {
|
||||
@@ -21,9 +21,11 @@ export type FooterSecondaryNavProps = {
|
||||
appDownloads: {
|
||||
title: string
|
||||
links: {
|
||||
title: string
|
||||
href: string
|
||||
id: string
|
||||
href: {
|
||||
href: string
|
||||
title: string
|
||||
}
|
||||
type: string
|
||||
}[]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user