From 0bdd85ccf55dda798ce9b3112508393a6f527cfd Mon Sep 17 00:00:00 2001 From: GanghyeonSeo Date: Thu, 6 Jun 2024 05:54:00 +0900 Subject: [PATCH] fix: loading circle container style --- src/pages/SignInPage.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/pages/SignInPage.tsx b/src/pages/SignInPage.tsx index 28e1577..5af8dc7 100644 --- a/src/pages/SignInPage.tsx +++ b/src/pages/SignInPage.tsx @@ -24,9 +24,17 @@ function SignInPage() { return ( <> {loading ? ( - <> + - + ) : (

Sign In