+
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 (