feat(SW-184): added language switcher

This commit is contained in:
Erik Tiekstra
2024-08-20 14:51:47 +02:00
parent 45095a27d4
commit b37cc7a34c
11 changed files with 133 additions and 37 deletions
@@ -27,8 +27,6 @@ export default function MyPagesMenu({
return null
}
console.log(navigation)
return (
<nav
className={`${styles.myPagesMenu} ${isMyPagesMobileMenuOpen ? styles.isExpanded : ""}`}