feat(SW-186): Some small changes and cleanup

This commit is contained in:
Erik Tiekstra
2024-09-05 11:06:11 +02:00
parent 55fdbc527b
commit a8cca69438
6 changed files with 20 additions and 61 deletions

View File

@@ -19,6 +19,7 @@ export default async function Header() {
<MainMenu
languageUrls={languages.urls}
menuItems={headerData.menuItems}
topLink={headerData.topLink}
/>
</header>
)