icon changed

This commit is contained in:
2025-09-12 00:50:28 +05:30
parent 7b993dc104
commit 743691b61d

View File

@@ -1,7 +1,7 @@
import * as React from "react";
import { Slot } from "@radix-ui/react-slot";
import { VariantProps, cva } from "class-variance-authority";
import { PanelLeft } from "lucide-react";
import { Menu, PanelLeft } from "lucide-react";
import { useIsMobile } from "@/hooks/use-mobile";
import { cn } from "@/lib/utils";
import { Button } from "@/components/ui/button";
@@ -273,7 +273,7 @@ const SidebarTrigger = React.forwardRef<
}}
{...props}
>
<PanelLeft />
<Menu className="h-5 w-5" />
<span className="sr-only">Toggle Sidebar</span>
</Button>
);