more 버튼 수정

This commit is contained in:
dohyeons 2025-10-21 16:28:03 +09:00
parent 5ca0a6b6dc
commit eac43cfb31
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import {
AlertDialogTitle,
} from "@/components/ui/alert-dialog";
import { useToast } from "@/hooks/use-toast";
import { Plus, Search, Edit, Trash2, Copy, LayoutDashboard, MoreVertical } from "lucide-react";
import { Plus, Search, Edit, Trash2, Copy, LayoutDashboard, MoreHorizontal } from "lucide-react";
/**
*
@ -204,7 +204,7 @@ export default function DashboardListPage() {
<Popover>
<PopoverTrigger asChild>
<Button variant="ghost" size="sm" className="h-8 w-8 p-0">
<MoreVertical className="h-4 w-4" />
<MoreHorizontal className="h-4 w-4" />
</Button>
</PopoverTrigger>
<PopoverContent className="w-40 p-1" align="end">