diff --git a/app/components/layout/settings/apikeys/byok-section.tsx b/app/components/layout/settings/apikeys/byok-section.tsx index 5fb723b2..e21f90c7 100644 --- a/app/components/layout/settings/apikeys/byok-section.tsx +++ b/app/components/layout/settings/apikeys/byok-section.tsx @@ -24,7 +24,7 @@ import { toast } from "@/components/ui/toast" import { fetchClient } from "@/lib/fetch" import { useModel } from "@/lib/model-store/provider" import { cn } from "@/lib/utils" -import { PlusIcon } from "@phosphor-icons/react" +import { KeyIcon, PlusIcon } from "@phosphor-icons/react" import { useMutation, useQueryClient } from "@tanstack/react-query" import { Loader2, Trash2 } from "lucide-react" import { useState } from "react" @@ -232,19 +232,24 @@ export function ByokSection() { Your keys are stored securely with end-to-end encryption.
-