diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index d6cc83a5..ea6c21ac 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -110,6 +110,12 @@ const ApiKeyManager = () => { {t('apikey.title')} + + + View and test your API endpoints + + here + {apiKey ? ( @@ -158,12 +164,6 @@ const ApiKeyManager = () => { )} - - View and test your API endpoints - - here - - ); };