diff --git a/src/components/providers/ProviderActions.tsx b/src/components/providers/ProviderActions.tsx index 553d57b..0705f38 100644 --- a/src/components/providers/ProviderActions.tsx +++ b/src/components/providers/ProviderActions.tsx @@ -1,4 +1,4 @@ -import { BarChart3, Check, Play, Trash2 } from "lucide-react"; +import { BarChart3, Check, Edit, Play, Trash2 } from "lucide-react"; import { useTranslation } from "react-i18next"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; @@ -28,7 +28,7 @@ export function ProviderActions({ onClick={onSwitch} disabled={isCurrent} className={cn( - "w-[96px]", + "w-20", isCurrent && "text-muted-foreground hover:text-muted-foreground", )} > @@ -45,32 +45,41 @@ export function ProviderActions({ )} - +