feat(SW-187): App badges localization

This commit is contained in:
Pontus Dreij
2024-09-04 14:07:57 +02:00
parent 5e8abe5503
commit 24e2adf9e8
21 changed files with 293 additions and 25 deletions

View File

@@ -12,7 +12,6 @@ export default async function Footer() {
if (!footerData) {
return null
}
console.log("footerData:", footerData)
return (
<footer>
<FooterNavigation {...footerData} />