From 2155b1a694cc7ce0c4a38864d5c5309b0385db0e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:50:04 +0530 Subject: [PATCH] feat: move instructions above --- src/components/api/ApiKey.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index c0248907..b02a136f 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -108,15 +108,15 @@ const ApiKeyManager = () => { return ( - - {t('apikey.title')} - - + View and test your API endpoints here + + {t('apikey.title')} + {apiKey ? (