From 752ae3a41b776bec2f29c30fa67fa15c6fac6c2e Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 10 Jun 2024 18:57:15 -0300 Subject: [PATCH] Changed from API Keys to Langflow API --- src/frontend/src/pages/SettingsPage/index.tsx | 2 +- .../pages/ApiKeysPage/components/ApiKeyHeader/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/pages/SettingsPage/index.tsx b/src/frontend/src/pages/SettingsPage/index.tsx index d201d2596..2e8f49cfc 100644 --- a/src/frontend/src/pages/SettingsPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/index.tsx @@ -36,7 +36,7 @@ export default function SettingsPage(): JSX.Element { ), }, { - title: "API Keys", + title: "Langflow API", href: "/settings/api-keys", icon: (

- API Keys + Langflow API