feat(SW-187): Added social media data and copyright label
This commit is contained in:
@@ -10,12 +10,16 @@ export default async function Footer() {
|
||||
lang: getLang(),
|
||||
})
|
||||
if (!footerData) {
|
||||
return null
|
||||
return <FooterDetails />
|
||||
}
|
||||
return (
|
||||
<footer>
|
||||
<FooterNavigation {...footerData} />
|
||||
<FooterDetails />
|
||||
<FooterNavigation
|
||||
mainLinks={footerData.mainLinks}
|
||||
secondaryLinks={footerData.secondaryLinks}
|
||||
appDownloads={footerData.appDownloads}
|
||||
/>
|
||||
<FooterDetails socialMedia={footerData.socialMedia} />
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user