diff --git a/apps/web/components/layout.tsx b/apps/web/components/layout.tsx index e0dcd78dd..c093d7b84 100644 --- a/apps/web/components/layout.tsx +++ b/apps/web/components/layout.tsx @@ -1,6 +1,11 @@ import { Fragment } from "react"; import { Disclosure, Menu, Transition } from "@headlessui/react"; -import { Bars3Icon, BellIcon, XMarkIcon } from "@heroicons/react/24/outline"; +import { + Bars3Icon, + BellIcon, + MagnifyingGlassIcon, + XMarkIcon, +} from "@heroicons/react/24/outline"; import Logo from "./logo"; const user = { @@ -53,6 +58,29 @@ export default function Layout({ children }: any) { ))} + {/* Search section */} +
+
+ +
+
+
+ +
+
+