Changed from API Keys to Langflow API

This commit is contained in:
Lucas Oliveira 2024-06-10 18:57:15 -03:00
commit 752ae3a41b
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ export default function SettingsPage(): JSX.Element {
),
},
{
title: "API Keys",
title: "Langflow API",
href: "/settings/api-keys",
icon: (
<ForwardedIconComponent

View file

@ -18,7 +18,7 @@ const ApiKeyHeaderComponent = ({
<div className="flex w-full items-center justify-between gap-4 space-y-0.5">
<div className="flex w-full flex-col">
<h2 className="flex items-center text-lg font-semibold tracking-tight">
API Keys
Langflow API
<ForwardedIconComponent
name="Key"
className="ml-2 h-5 w-5 text-primary"