Changed from API Keys to Langflow API
This commit is contained in:
parent
2113e32d84
commit
752ae3a41b
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export default function SettingsPage(): JSX.Element {
|
|||
),
|
||||
},
|
||||
{
|
||||
title: "API Keys",
|
||||
title: "Langflow API",
|
||||
href: "/settings/api-keys",
|
||||
icon: (
|
||||
<ForwardedIconComponent
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue