From a0827f4e099db90afe14a9dcc12f960e042abff3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:48:54 +0530 Subject: [PATCH] feat: move instructions above --- src/components/api/ApiKey.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 - - ); };