From 750cb8f0835848b9f6c949397229a69d79d7637e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Nov 2025 16:18:26 +0900 Subject: refactor(frontend): Use Tailwind class instead of inlined style --- frontend/src/components/ProtectedRoute.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/ProtectedRoute.tsx b/frontend/src/components/ProtectedRoute.tsx index 206e5c5..e03a4f0 100644 --- a/frontend/src/components/ProtectedRoute.tsx +++ b/frontend/src/components/ProtectedRoute.tsx @@ -11,14 +11,7 @@ export function ProtectedRoute({ children }: Props) { if (isLoading) { return ( -
+
Loading...
); -- cgit v1.2.3-70-g09d2