Update header.tsx
Deploy Iddaai Frontend / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
2026-05-20 10:57:18 +03:00
parent a70848164e
commit fc369db123
+4
View File
@@ -351,6 +351,10 @@ export default function Header() {
<PopoverContent width={{ base: "xs", sm: "sm", md: "md" }}>
<PopoverBody>
<VStack mt="2" align="start" spaceY="2" w="full">
{/* Mobile Search */}
<Box w="full">
<GlobalSearch />
</Box>
{visibleItems.map((item) => (
<MobileHeaderLink key={item.href} item={item} />
))}