This commit is contained in:
@@ -351,6 +351,10 @@ export default function Header() {
|
|||||||
<PopoverContent width={{ base: "xs", sm: "sm", md: "md" }}>
|
<PopoverContent width={{ base: "xs", sm: "sm", md: "md" }}>
|
||||||
<PopoverBody>
|
<PopoverBody>
|
||||||
<VStack mt="2" align="start" spaceY="2" w="full">
|
<VStack mt="2" align="start" spaceY="2" w="full">
|
||||||
|
{/* Mobile Search */}
|
||||||
|
<Box w="full">
|
||||||
|
<GlobalSearch />
|
||||||
|
</Box>
|
||||||
{visibleItems.map((item) => (
|
{visibleItems.map((item) => (
|
||||||
<MobileHeaderLink key={item.href} item={item} />
|
<MobileHeaderLink key={item.href} item={item} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user