Some pr fixes

This commit is contained in:
Linus Flood
2024-09-12 19:40:52 +02:00
parent 8f878ac66b
commit df90387f1a
6 changed files with 76 additions and 89 deletions

View File

@@ -26,7 +26,7 @@ export default async function TopMenu({
</HeaderLink>
) : null}
<div className={styles.options}>
<Suspense>{languageSwitcher}</Suspense>
{languageSwitcher}
<HeaderLink href="#">
<SearchIcon width={20} height={20} color="burgundy" />
{intl.formatMessage({ id: "Find booking" })}