diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index af37efb5..765e3224 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -32,15 +32,15 @@ function Header() { "!dark:bg-black": scrollY > 10, })} > -
-
+
+
- +
-
-
+
+
diff --git a/src/components/MobileNavigation.tsx b/src/components/MobileNavigation.tsx index 591872ec..897a9a6c 100644 --- a/src/components/MobileNavigation.tsx +++ b/src/components/MobileNavigation.tsx @@ -4,25 +4,11 @@ import { Dialog } from "@headlessui/react"; import Link from "next/link"; import { usePathname, useSearchParams } from "next/navigation"; import { Suspense, useCallback, useEffect, useState } from "react"; +import { Bars3Icon as MenuIcon } from "@heroicons/react/24/outline"; import Logo from "@/components/Logo"; import { Navigation } from "@/components/Navigation"; -function MenuIcon(props: React.ComponentPropsWithoutRef<"svg">) { - return ( - - ); -} - function CloseIcon(props: React.ComponentPropsWithoutRef<"svg">) { return ( - +