diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx index bdc393e7..7bcf728d 100644 --- a/src/components/organisms/ApiKey.tsx +++ b/src/components/organisms/ApiKey.tsx @@ -89,7 +89,7 @@ const ApiKeyManager = () => { return ( - Manage Your API Key + Manage Your API Key {apiKey ? ( @@ -129,7 +129,7 @@ const ApiKeyManager = () => { ) : ( <> You haven't generated an API key yet. -