-
-
-
-
-
-
- {previewAssistants.map((assistant, index) => (
-
- ))}
-
-
- {customization.header.links.length > 0 ||
- headerSocialAccounts.length > 0 ||
- (!withSections && variants.translations.length > 1) ? (
-
- {customization.header.links.map((link, index) => (
-
- ))}
- {headerSocialAccounts.length > 0 ? (
-
- {headerSocialAccounts.map((account) => {
- const icon = SOCIAL_PLATFORM_ICONS[account.platform];
- return icon ? (
-
- ) : null;
- })}
-
- ) : null}
- {customization.header.links.length > 0 ||
- headerSocialAccounts.length > 0 ? (
-
- ) : null}
- {!withSections && variants.translations.length > 1 ? (
-
- ) : null}
-
+
}
+ search={
+ <>
+
+ {previewAssistants.map((assistant, index) => (
+
+ ))}
+ >
+ }
+ links={
+ customization.header.links.length > 0 ||
+ headerSocialAccounts.length > 0 ||
+ (!withSections && variants.translations.length > 1) ? (
+
+ {customization.header.links.map((link, index) => (
+
+ ))}
+ {headerSocialAccounts.length > 0 ? (
+
+ {headerSocialAccounts.map((account) => {
+ const icon = SOCIAL_PLATFORM_ICONS[account.platform];
+ return icon ? (
+
+ ) : null;
+ })}
+
) : null}
-