From 7056c1ffa91f310fa7d20274a2d2f41251e311b6 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sat, 17 Apr 2021 11:18:22 +0900 Subject: [PATCH] Update components/Loader.tsx Co-authored-by: zero734kr --- components/Loader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Loader.tsx b/components/Loader.tsx index 9b1ded5..b153abe 100644 --- a/components/Loader.tsx +++ b/components/Loader.tsx @@ -3,7 +3,7 @@ const Loader = ({ text, visible = true }: LoaderProps): JSX.Element => {

{text}