From 4c474093cb167b121147f93377a10312f54be0d5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 28 May 2025 23:43:45 +0530 Subject: [PATCH] feat: wrap inside typographu --- src/components/api/ApiKey.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 4286fd3c..00b331a8 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -158,9 +158,12 @@ const ApiKeyManager = () => { )} + + View and test your API endpoints: - {t('mainmenu.apidocs')} + here + ); };