feat(SW-187): App badges localization

This commit is contained in:
Pontus Dreij
2024-09-04 14:07:57 +02:00
parent 3dabc3bfef
commit a3cb24dfd4
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} />