diff --git a/src/components/mobile-nav.tsx b/src/components/mobile-nav.tsx index 5ff9b6d..b4554ed 100644 --- a/src/components/mobile-nav.tsx +++ b/src/components/mobile-nav.tsx @@ -3,18 +3,15 @@ import { Button } from "@/components/ui/button" import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger } from "@/components/ui/sheet" import type { Sections, translations } from "@/i18n/translations" -import { cn } from "@/lib/utils" import { Menu } from "lucide-react" import { LanguageSelector } from "./ui/language-selector" export function MobileNav({ t, linksOrder, - activeSection }: { t: typeof translations.pl linksOrder: Array - activeSection: Sections }) { return ( @@ -30,9 +27,7 @@ export function MobileNav({