From 38516c0d8405fe111dbeef0e606ec56bb29c27dd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 29 Nov 2024 22:32:30 +0530 Subject: [PATCH] feat: center loader --- src/components/organisms/ApiKey.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx index 675edb72..201947a9 100644 --- a/src/components/organisms/ApiKey.tsx +++ b/src/components/organisms/ApiKey.tsx @@ -92,7 +92,20 @@ const ApiKeyManager = () => { } }; - if (loading) return ; + if (loading) { + return ( + + + + ); + } return (